Color Hex Logo

#eddf33 Color Hex

#EDDF33
(237,223,51)
0 Favorites   0 Comments

Color spaces of #eddf33

RGB 23722351
HSL0.150.840.56
HSV55°78°93°
CMYK 0.000.060.78   0.07
XYZ61.910371.018913.5770
Yxy71.01890.42260.4848
Hunter Lab84.2727-16.343649.4388
CIE-Lab87.4942-12.673178.5201

#eddf33 color RGB value is (237,223,51).

#eddf33 hex color red value is 237, green value is 223 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #eddf33 hue: 0.15 , saturation: 0.84 and the lightness value of eddf33 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 00110011
Octal 355 337 63
Decimal 237 223 51
Hex ED DF 33

RGB Percentages of Color #eddf33

%46.38
%43.64
%9.98

CMYK Percentages of Color #eddf33

%0
%6
%78
%7

Triadic Colors of #eddf33

#eddf33 #33eddf #df33ed

Analogous Colors of #eddf33

#eddf33 #9eed33 #ed8233

Monochromatic Colors of #eddf33

#eddf33

Complementary Color

#eddf33 #3341ed

#eddf33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddf33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddf33 Color CSS Codes

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

#eddf33 Text Font Color

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

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


#eddf33 Background Color

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

This div background color is #eddf33


#eddf33 Border Color

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

This div border color is #eddf33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddf33


Comments

No comments written yet.

Please login to write comment.