Color Hex Logo

#edcf87 Color Hex

#EDCF87
(237,207,135)
0 Favorites   0 Comments

Color spaces of #edcf87

RGB 237207135
HSL0.120.740.73
HSV42°43°93°
CMYK 0.000.130.43   0.07
XYZ61.611064.379432.1009
Yxy64.37940.38970.4072
Hunter Lab80.2368-3.350532.4452
CIE-Lab84.16290.986339.5831

#edcf87 color RGB value is (237,207,135).

#edcf87 hex color red value is 237, green value is 207 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #edcf87 hue: 0.12 , saturation: 0.74 and the lightness value of edcf87 is 0.73.

The process color (four color CMYK) of #edcf87 color hex is 0.00, 0.13, 0.43, 0.07. Web safe color of #edcf87 is #ffcc99. Color #edcf87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 10000111
Octal 355 317 207
Decimal 237 207 135
Hex ED CF 87

RGB Percentages of Color #edcf87

%40.93
%35.75
%23.32

CMYK Percentages of Color #edcf87

%0
%13
%43
%7

Triadic Colors of #edcf87

#edcf87 #87edcf #cf87ed

Analogous Colors of #edcf87

#edcf87 #d8ed87 #ed9c87

Monochromatic Colors of #edcf87

#edcf87

Complementary Color

#edcf87 #87a5ed

#edcf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf87 Color CSS Codes

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

#edcf87 Text Font Color

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

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


#edcf87 Background Color

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

This div background color is #edcf87


#edcf87 Border Color

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

This div border color is #edcf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf87


Comments

No comments written yet.

Please login to write comment.