Color Hex Logo

#edc372 Color Hex

#EDC372
(237,195,114)
0 Favorites   0 Comments

Color spaces of #edc372

RGB 237195114
HSL0.110.770.69
HSV40°52°93°
CMYK 0.000.180.52   0.07
XYZ57.477458.249624.1335
Yxy58.24960.41100.4165
Hunter Lab76.32140.865234.6770
CIE-Lab80.87745.245945.9933

#edc372 color RGB value is (237,195,114).

#edc372 hex color red value is 237, green value is 195 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #edc372 hue: 0.11 , saturation: 0.77 and the lightness value of edc372 is 0.69.

The process color (four color CMYK) of #edc372 color hex is 0.00, 0.18, 0.52, 0.07. Web safe color of #edc372 is #ffcc66. Color #edc372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 01110010
Octal 355 303 162
Decimal 237 195 114
Hex ED C3 72

RGB Percentages of Color #edc372

%43.41
%35.71
%20.88

CMYK Percentages of Color #edc372

%0
%18
%52
%7

Triadic Colors of #edc372

#edc372 #72edc3 #c372ed

Analogous Colors of #edc372

#edc372 #daed72 #ed8672

Monochromatic Colors of #edc372

#edc372

Complementary Color

#edc372 #729ced

#edc372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc372 Color CSS Codes

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

#edc372 Text Font Color

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

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


#edc372 Background Color

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

This div background color is #edc372


#edc372 Border Color

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

This div border color is #edc372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc372


Comments

No comments written yet.

Please login to write comment.