color codes Logo

#fbd88c color codes

#FBD88C
(251,216,140)
0 Favorites   0 Comments

Color spaces of #fbd88c

RGB 251216140
HSL0.110.930.77
HSV41°44°98°
CMYK 0.000.140.44   0.02
XYZ69.073271.514434.9741
Yxy71.51440.39340.4073
Hunter Lab84.5662-2.193034.6757
CIE-Lab87.73432.401141.8823

#fbd88c color RGB value is (251,216,140).

#fbd88c hex color red value is 251, green value is 216 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fbd88c hue: 0.11 , saturation: 0.93 and the lightness value of fbd88c is 0.77.

The process color (four color CMYK) of #fbd88c color code is 0.00, 0.14, 0.44, 0.02. Web safe color of #fbd88c is #ffcc99. Color #fbd88c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 10001100
Octal 373 330 214
Decimal 251 216 140
Hex FB D8 8C

RGB Percentages of Color #fbd88c

%41.35
%35.58
%23.06

CMYK Percentages of Color #fbd88c

%0
%14
%44
%2

Triadic Colors of #fbd88c

#fbd88c #8cfbd8 #d88cfb

Analogous Colors of #fbd88c

#fbd88c #e7fb8c #fba18c

Monochromatic Colors of #fbd88c

#fbd88c

Complementary Color

#fbd88c #8caffb

#fbd88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd88c Color CSS Codes

.mybgcolor {background-color:#fbd88c; } 
.myforecolor {color:#fbd88c; }
.mybordercolor {border:3px solid #fbd88c; }

#fbd88c Text Font Color

<p style="color:#fbd88c">Text here</p>

This sample text font color is #fbd88c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbd88c Background Color

<div style="background-color:#fbd88c">
Div content here</div>

This div background color is #fbd88c


#fbd88c Border Color

<div style="border:3px solid #fbd88c">
Div here</div>

This div border color is #fbd88c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,216,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbd88c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbd88c;
  -webkit-box-shadow: 1px 1px 3px 2px #fbd88c;
  box-shadow:         1px 1px 3px 2px #fbd88c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,216,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbd88c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbd88c;
  -webkit-box-shadow: 1px 1px 3px 2px #fbd88c;
  box-shadow:         1px 1px 3px 2px #fbd88c;">
Div content here</div>

This div box has shadow with color #fbd88c

Related Colors


Comments

No comments written yet.

Please login to write comment.