Color Hex Logo

#edee05 Color Hex

#EDEE05
(237,238,5)
0 Favorites   0 Comments

Color spaces of #edee05

RGB 2372385
HSL0.170.960.48
HSV60°98°93°
CMYK 0.000.000.98   0.07
XYZ65.527079.164611.9702
Yxy79.16460.41830.5053
Hunter Lab88.9745-24.245654.3056
CIE-Lab91.3087-20.834389.2051

#edee05 color RGB value is (237,238,5).

#edee05 hex color red value is 237, green value is 238 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #edee05 hue: 0.17 , saturation: 0.96 and the lightness value of edee05 is 0.48.

The process color (four color CMYK) of #edee05 color hex is 0.00, 0.00, 0.98, 0.07. Web safe color of #edee05 is #ffff00. Color #edee05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 00000101
Octal 355 356 5
Decimal 237 238 5
Hex ED EE 5

RGB Percentages of Color #edee05

%49.38
%49.58
%1.04

CMYK Percentages of Color #edee05

%0
%0
%98
%7

Triadic Colors of #edee05

#edee05 #05edee #ee05ed

Analogous Colors of #edee05

#edee05 #79ee05 #ee7b05

Monochromatic Colors of #edee05

#edee05

Complementary Color

#edee05 #0605ee

#edee05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edee05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edee05 Color CSS Codes

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

#edee05 Text Font Color

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

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


#edee05 Background Color

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

This div background color is #edee05


#edee05 Border Color

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

This div border color is #edee05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edee05


Comments

No comments written yet.

Please login to write comment.