Color Hex Logo

#fdea83 Color Hex

#FDEA83
(253,234,131)
0 Favorites   0 Comments

Color spaces of #fdea83

RGB 253234131
HSL0.140.970.75
HSV51°48°99°
CMYK 0.000.080.48   0.01
XYZ74.027681.367033.2765
Yxy81.36700.39240.4313
Hunter Lab90.2037-11.366541.2702
CIE-Lab92.2948-6.755351.9981

#fdea83 color RGB value is (253,234,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 10000011
Octal 375 352 203
Decimal 253 234 131
Hex FD EA 83

RGB Percentages of Color #fdea83

%40.94
%37.86
%21.20

CMYK Percentages of Color #fdea83

%0
%8
%48
%1

Triadic Colors of #fdea83

#fdea83 #83fdea #ea83fd

Analogous Colors of #fdea83

#fdea83 #d3fd83 #fdad83

Monochromatic Colors of #fdea83

#fdea83

Complementary Color

#fdea83 #8396fd

#fdea83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdea83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdea83 Color CSS Codes

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

#fdea83 Text Font Color

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

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


#fdea83 Background Color

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

This div background color is #fdea83


#fdea83 Border Color

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

This div border color is #fdea83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdea83

#fdea83 Color Palettes


Comments

No comments written yet.

Please login to write comment.