Color Hex Logo

#edcf82 Color Hex

#EDCF82
(237,207,130)
0 Favorites   0 Comments

Color spaces of #edcf82

RGB 237207130
HSL0.120.750.72
HSV43°45°93°
CMYK 0.000.130.45   0.07
XYZ61.267164.241930.2899
Yxy64.24190.39320.4123
Hunter Lab80.1510-3.819733.6994
CIE-Lab84.09160.487242.0119

#edcf82 color RGB value is (237,207,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 10000010
Octal 355 317 202
Decimal 237 207 130
Hex ED CF 82

RGB Percentages of Color #edcf82

%41.29
%36.06
%22.65

CMYK Percentages of Color #edcf82

%0
%13
%45
%7

Triadic Colors of #edcf82

#edcf82 #82edcf #cf82ed

Analogous Colors of #edcf82

#edcf82 #d6ed82 #ed9a82

Monochromatic Colors of #edcf82

#edcf82

Complementary Color

#edcf82 #82a0ed

#edcf82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf82 Color CSS Codes

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

#edcf82 Text Font Color

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

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


#edcf82 Background Color

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

This div background color is #edcf82


#edcf82 Border Color

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

This div border color is #edcf82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf82


Comments

No comments written yet.

Please login to write comment.