Color Hex Logo

#eddf22 Color Hex

#EDDF22
(237,223,34)
0 Favorites   0 Comments

Color spaces of #eddf22

RGB 23722334
HSL0.160.850.53
HSV56°86°93°
CMYK 0.000.060.86   0.07
XYZ61.601570.895411.9508
Yxy70.89540.42650.4908
Hunter Lab84.1994-16.755850.5243
CIE-Lab87.4342-13.136282.5766

#eddf22 color RGB value is (237,223,34).

#eddf22 hex color red value is 237, green value is 223 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #eddf22 hue: 0.16 , saturation: 0.85 and the lightness value of eddf22 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 00100010
Octal 355 337 42
Decimal 237 223 34
Hex ED DF 22

RGB Percentages of Color #eddf22

%47.98
%45.14
%6.88

CMYK Percentages of Color #eddf22

%0
%6
%86
%7

Triadic Colors of #eddf22

#eddf22 #22eddf #df22ed

Analogous Colors of #eddf22

#eddf22 #96ed22 #ed7a22

Monochromatic Colors of #eddf22

#eddf22

Complementary Color

#eddf22 #2230ed

#eddf22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddf22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddf22 Color CSS Codes

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

#eddf22 Text Font Color

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

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


#eddf22 Background Color

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

This div background color is #eddf22


#eddf22 Border Color

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

This div border color is #eddf22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddf22


Comments

No comments written yet.

Please login to write comment.