Color Hex Logo

#edca07 Color Hex

#EDCA07
(237,202,7)
0 Favorites   0 Comments

Color spaces of #edca07

RGB 2372027
HSL0.140.940.48
HSV51°97°93°
CMYK 0.000.150.97   0.07
XYZ56.083960.26098.8766
Yxy60.26090.44790.4812
Hunter Lab77.6279-6.887747.5598
CIE-Lab81.9798-2.951082.2094

#edca07 color RGB value is (237,202,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 00000111
Octal 355 312 7
Decimal 237 202 7
Hex ED CA 7

RGB Percentages of Color #edca07

%53.14
%45.29
%1.57

CMYK Percentages of Color #edca07

%0
%15
%97
%7

Triadic Colors of #edca07

#edca07 #07edca #ca07ed

Analogous Colors of #edca07

#edca07 #9ded07 #ed5707

Monochromatic Colors of #edca07

#edca07

Complementary Color

#edca07 #072aed

#edca07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca07 Color CSS Codes

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

#edca07 Text Font Color

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

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


#edca07 Background Color

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

This div background color is #edca07


#edca07 Border Color

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

This div border color is #edca07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca07


Comments

No comments written yet.

Please login to write comment.