Color Hex Logo

#edcc81 Color Hex

#EDCC81
(237,204,129)
0 Favorites   0 Comments

Color spaces of #edcc81

RGB 237204129
HSL0.120.750.72
HSV42°46°93°
CMYK 0.000.140.46   0.07
XYZ60.480462.775229.6981
Yxy62.77520.39540.4104
Hunter Lab79.2308-2.396933.2379
CIE-Lab83.32401.939241.5444

#edcc81 color RGB value is (237,204,129).

#edcc81 hex color red value is 237, green value is 204 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #edcc81 hue: 0.12 , saturation: 0.75 and the lightness value of edcc81 is 0.72.

The process color (four color CMYK) of #edcc81 color hex is 0.00, 0.14, 0.46, 0.07. Web safe color of #edcc81 is #ffcc99. Color #edcc81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 10000001
Octal 355 314 201
Decimal 237 204 129
Hex ED CC 81

RGB Percentages of Color #edcc81

%41.58
%35.79
%22.63

CMYK Percentages of Color #edcc81

%0
%14
%46
%7

Triadic Colors of #edcc81

#edcc81 #81edcc #cc81ed

Analogous Colors of #edcc81

#edcc81 #d8ed81 #ed9681

Monochromatic Colors of #edcc81

#edcc81

Complementary Color

#edcc81 #81a2ed

#edcc81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcc81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcc81 Color CSS Codes

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

#edcc81 Text Font Color

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

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


#edcc81 Background Color

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

This div background color is #edcc81


#edcc81 Border Color

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

This div border color is #edcc81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,204,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edcc81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edcc81;
  -webkit-box-shadow: 1px 1px 3px 2px #edcc81;
  box-shadow:         1px 1px 3px 2px #edcc81; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,204,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcc81


Comments

No comments written yet.

Please login to write comment.