Color Hex Logo

#edea13 Color Hex

#EDEA13
(237,234,19)
0 Favorites   0 Comments

Color spaces of #edea13

RGB 23723419
HSL0.160.860.50
HSV59°92°93°
CMYK 0.000.010.92   0.07
XYZ64.465476.897212.0610
Yxy76.89720.42020.5012
Hunter Lab87.6910-22.236453.2290
CIE-Lab90.2743-18.773887.1800

#edea13 color RGB value is (237,234,19).

#edea13 hex color red value is 237, green value is 234 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #edea13 hue: 0.16 , saturation: 0.86 and the lightness value of edea13 is 0.50.

The process color (four color CMYK) of #edea13 color hex is 0.00, 0.01, 0.92, 0.07. Web safe color of #edea13 is #ffff00. Color #edea13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 00010011
Octal 355 352 23
Decimal 237 234 19
Hex ED EA 13

RGB Percentages of Color #edea13

%48.37
%47.76
%3.88

CMYK Percentages of Color #edea13

%0
%1
%92
%7

Triadic Colors of #edea13

#edea13 #13edea #ea13ed

Analogous Colors of #edea13

#edea13 #83ed13 #ed7d13

Monochromatic Colors of #edea13

#edea13

Complementary Color

#edea13 #1316ed

#edea13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea13 Color CSS Codes

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

#edea13 Text Font Color

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

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


#edea13 Background Color

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

This div background color is #edea13


#edea13 Border Color

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

This div border color is #edea13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea13


Comments

No comments written yet.

Please login to write comment.