color codes Logo

#fbd08a color codes

#FBD08A
(251,208,138)
0 Favorites   0 Comments

Color spaces of #fbd08a

RGB 251208138
HSL0.100.930.76
HSV37°45°98°
CMYK 0.000.170.45   0.02
XYZ66.927067.456033.5376
Yxy67.45600.39860.4017
Hunter Lab82.13161.724933.2817
CIE-Lab85.73376.319540.3345

#fbd08a color RGB value is (251,208,138).

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

The process color (four color CMYK) of #fbd08a color code is 0.00, 0.17, 0.45, 0.02. Web safe color of #fbd08a is #ffcc99. Color #fbd08a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 10001010
Octal 373 320 212
Decimal 251 208 138
Hex FB D0 8A

RGB Percentages of Color #fbd08a

%42.04
%34.84
%23.12

CMYK Percentages of Color #fbd08a

%0
%17
%45
%2

Triadic Colors of #fbd08a

#fbd08a #8afbd0 #d08afb

Analogous Colors of #fbd08a

#fbd08a #eefb8a #fb988a

Monochromatic Colors of #fbd08a

#fbd08a

Complementary Color

#fbd08a #8ab5fb

#fbd08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd08a Color CSS Codes

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

#fbd08a Text Font Color

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

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


#fbd08a Background Color

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

This div background color is #fbd08a


#fbd08a Border Color

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

This div border color is #fbd08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd08a

Related Colors


Comments

No comments written yet.

Please login to write comment.