Color Hex Logo

#edcc08 Color Hex

#EDCC08
(237,204,8)
0 Favorites   0 Comments

Color spaces of #edcc08

RGB 2372048
HSL0.140.930.48
HSV51°97°93°
CMYK 0.000.140.97   0.07
XYZ56.561761.20789.0629
Yxy61.20780.44600.4826
Hunter Lab78.2354-7.862247.8966
CIE-Lab82.4903-3.964082.4872

#edcc08 color RGB value is (237,204,8).

#edcc08 hex color red value is 237, green value is 204 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #edcc08 hue: 0.14 , saturation: 0.93 and the lightness value of edcc08 is 0.48.

The process color (four color CMYK) of #edcc08 color hex is 0.00, 0.14, 0.97, 0.07. Web safe color of #edcc08 is #ffcc00. Color #edcc08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 00001000
Octal 355 314 10
Decimal 237 204 8
Hex ED CC 8

RGB Percentages of Color #edcc08

%52.78
%45.43
%1.78

CMYK Percentages of Color #edcc08

%0
%14
%97
%7

Triadic Colors of #edcc08

#edcc08 #08edcc #cc08ed

Analogous Colors of #edcc08

#edcc08 #9ced08 #ed5a08

Monochromatic Colors of #edcc08

#edcc08

Complementary Color

#edcc08 #0829ed

#edcc08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcc08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcc08 Color CSS Codes

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

#edcc08 Text Font Color

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

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


#edcc08 Background Color

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

This div background color is #edcc08


#edcc08 Border Color

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

This div border color is #edcc08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcc08


Comments

No comments written yet.

Please login to write comment.