Color Hex Logo

#fbd088 Color Hex

#FBD088
(251,208,136)
0 Favorites   0 Comments

Color spaces of #fbd088

RGB 251208136
HSL0.100.930.76
HSV38°46°98°
CMYK 0.000.170.46   0.02
XYZ66.783567.398632.7819
Yxy67.39860.40000.4037
Hunter Lab82.09671.536033.7926
CIE-Lab85.70486.125841.3069

#fbd088 color RGB value is (251,208,136).

#fbd088 hex color red value is 251, green value is 208 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #fbd088 hue: 0.10 , saturation: 0.93 and the lightness value of fbd088 is 0.76.

The process color (four color CMYK) of #fbd088 color hex is 0.00, 0.17, 0.46, 0.02. Web safe color of #fbd088 is #ffcc99. Color #fbd088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 10001000
Octal 373 320 210
Decimal 251 208 136
Hex FB D0 88

RGB Percentages of Color #fbd088

%42.18
%34.96
%22.86

CMYK Percentages of Color #fbd088

%0
%17
%46
%2

Triadic Colors of #fbd088

#fbd088 #88fbd0 #d088fb

Analogous Colors of #fbd088

#fbd088 #edfb88 #fb9788

Monochromatic Colors of #fbd088

#fbd088

Complementary Color

#fbd088 #88b3fb

#fbd088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd088 Color CSS Codes

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

#fbd088 Text Font Color

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

This sample text font color is #fbd088
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.


#fbd088 Background Color

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

This div background color is #fbd088


#fbd088 Border Color

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

This div border color is #fbd088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd088


Comments

No comments written yet.

Please login to write comment.