Color Hex Logo

#fdea8b Color Hex

#FDEA8B
(253,234,139)
0 Favorites   0 Comments

Color spaces of #fdea8b

RGB 253234139
HSL0.140.970.77
HSV50°45°99°
CMYK 0.000.080.45   0.01
XYZ74.591081.592436.2436
Yxy81.59240.38760.4240
Hunter Lab90.3285-10.674139.4403
CIE-Lab92.3947-6.021948.2797

#fdea8b color RGB value is (253,234,139).

#fdea8b hex color red value is 253, green value is 234 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fdea8b hue: 0.14 , saturation: 0.97 and the lightness value of fdea8b is 0.77.

The process color (four color CMYK) of #fdea8b color hex is 0.00, 0.08, 0.45, 0.01. Web safe color of #fdea8b is #ffff99. Color #fdea8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 10001011
Octal 375 352 213
Decimal 253 234 139
Hex FD EA 8B

RGB Percentages of Color #fdea8b

%40.42
%37.38
%22.20

CMYK Percentages of Color #fdea8b

%0
%8
%45
%1

Triadic Colors of #fdea8b

#fdea8b #8bfdea #ea8bfd

Analogous Colors of #fdea8b

#fdea8b #d7fd8b #fdb18b

Monochromatic Colors of #fdea8b

#fdea8b

Complementary Color

#fdea8b #8b9efd

#fdea8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdea8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdea8b Color CSS Codes

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

#fdea8b Text Font Color

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

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


#fdea8b Background Color

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

This div background color is #fdea8b


#fdea8b Border Color

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

This div border color is #fdea8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,234,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdea8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdea8b;
  -webkit-box-shadow: 1px 1px 3px 2px #fdea8b;
  box-shadow:         1px 1px 3px 2px #fdea8b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,234,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdea8b


Comments

No comments written yet.

Please login to write comment.