Color Hex Logo

#edcc01 Color Hex

#EDCC01
(237,204,1)
0 Favorites   0 Comments

Color spaces of #edcc01

RGB 2372041
HSL0.140.990.47
HSV52°100°93°
CMYK 0.000.141.00   0.07
XYZ56.523461.19248.8609
Yxy61.19240.44660.4834
Hunter Lab78.2256-7.916148.0419
CIE-Lab82.4821-4.023383.1266

#edcc01 color RGB value is (237,204,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 00000001
Octal 355 314 1
Decimal 237 204 1
Hex ED CC 1

RGB Percentages of Color #edcc01

%53.62
%46.15
%0.23

CMYK Percentages of Color #edcc01

%0
%14
%100
%7

Triadic Colors of #edcc01

#edcc01 #01edcc #cc01ed

Analogous Colors of #edcc01

#edcc01 #98ed01 #ed5601

Monochromatic Colors of #edcc01

#edcc01

Complementary Color

#edcc01 #0122ed

#edcc01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcc01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcc01 Color CSS Codes

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

#edcc01 Text Font Color

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

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


#edcc01 Background Color

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

This div background color is #edcc01


#edcc01 Border Color

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

This div border color is #edcc01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcc01


Comments

No comments written yet.

Please login to write comment.