Color Hex Logo

#edef0c Color Hex

#EDEF0C
(237,239,12)
0 Favorites   0 Comments

Color spaces of #edef0c

RGB 23723912
HSL0.170.900.49
HSV61°95°94°
CMYK 0.010.000.95   0.06
XYZ65.857979.764112.2728
Yxy79.76410.41710.5052
Hunter Lab89.3107-24.667654.3701
CIE-Lab91.5789-21.256788.8703

#edef0c color RGB value is (237,239,12).

#edef0c hex color red value is 237, green value is 239 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #edef0c hue: 0.17 , saturation: 0.90 and the lightness value of edef0c is 0.49.

The process color (four color CMYK) of #edef0c color hex is 0.01, 0.00, 0.95, 0.06. Web safe color of #edef0c is #ffff00. Color #edef0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 00001100
Octal 355 357 14
Decimal 237 239 12
Hex ED EF C

RGB Percentages of Color #edef0c

%48.57
%48.98
%2.46

CMYK Percentages of Color #edef0c

%1
%0
%95
%6

Triadic Colors of #edef0c

#edef0c #0cedef #ef0ced

Analogous Colors of #edef0c

#edef0c #7cef0c #ef800c

Monochromatic Colors of #edef0c

#edef0c

Complementary Color

#edef0c #0e0cef

#edef0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edef0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edef0c Color CSS Codes

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

#edef0c Text Font Color

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

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


#edef0c Background Color

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

This div background color is #edef0c


#edef0c Border Color

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

This div border color is #edef0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edef0c


Comments

No comments written yet.

Please login to write comment.