Color Hex Logo

#edde25 Color Hex

#EDDE25
(237,222,37)
0 Favorites   0 Comments

Color spaces of #edde25

RGB 23722237
HSL0.150.850.54
HSV56°84°93°
CMYK 0.000.060.84   0.07
XYZ61.380370.380612.1000
Yxy70.38060.42670.4892
Hunter Lab83.8931-16.213750.1737
CIE-Lab87.1832-12.573081.7471

#edde25 color RGB value is (237,222,37).

#edde25 hex color red value is 237, green value is 222 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #edde25 hue: 0.15 , saturation: 0.85 and the lightness value of edde25 is 0.54.

The process color (four color CMYK) of #edde25 color hex is 0.00, 0.06, 0.84, 0.07. Web safe color of #edde25 is #ffcc33. Color #edde25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 00100101
Octal 355 336 45
Decimal 237 222 37
Hex ED DE 25

RGB Percentages of Color #edde25

%47.78
%44.76
%7.46

CMYK Percentages of Color #edde25

%0
%6
%84
%7

Triadic Colors of #edde25

#edde25 #25edde #de25ed

Analogous Colors of #edde25

#edde25 #98ed25 #ed7a25

Monochromatic Colors of #edde25

#edde25

Complementary Color

#edde25 #2534ed

#edde25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edde25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edde25 Color CSS Codes

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

#edde25 Text Font Color

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

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


#edde25 Background Color

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

This div background color is #edde25


#edde25 Border Color

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

This div border color is #edde25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edde25


Comments

No comments written yet.

Please login to write comment.