Color Hex Logo

#edcd81 Color Hex

#EDCD81
(237,205,129)
0 Favorites   0 Comments

Color spaces of #edcd81

RGB 237205129
HSL0.120.750.72
HSV42°46°93°
CMYK 0.000.140.46   0.07
XYZ60.718863.252129.7775
Yxy63.25210.39490.4114
Hunter Lab79.5312-2.902233.4729
CIE-Lab83.57481.422141.8614

#edcd81 color RGB value is (237,205,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 10000001
Octal 355 315 201
Decimal 237 205 129
Hex ED CD 81

RGB Percentages of Color #edcd81

%41.51
%35.90
%22.59

CMYK Percentages of Color #edcd81

%0
%14
%46
%7

Triadic Colors of #edcd81

#edcd81 #81edcd #cd81ed

Analogous Colors of #edcd81

#edcd81 #d7ed81 #ed9781

Monochromatic Colors of #edcd81

#edcd81

Complementary Color

#edcd81 #81a1ed

#edcd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcd81 Color CSS Codes

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

#edcd81 Text Font Color

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

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


#edcd81 Background Color

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

This div background color is #edcd81


#edcd81 Border Color

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

This div border color is #edcd81


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,205,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 #edcd81">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcd81

#edcd81 Color Palettes


Comments

No comments written yet.

Please login to write comment.