Color Hex Logo

#edde3b Color Hex

#EDDE3B
(237,222,59)
0 Favorites   0 Comments

Color spaces of #edde3b

RGB 23722259
HSL0.150.830.58
HSV55°75°93°
CMYK 0.000.060.75   0.07
XYZ61.835770.562814.4986
Yxy70.56280.42090.4804
Hunter Lab84.0017-15.604748.5678
CIE-Lab87.2722-11.890275.9258

#edde3b color RGB value is (237,222,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 00111011
Octal 355 336 73
Decimal 237 222 59
Hex ED DE 3B

RGB Percentages of Color #edde3b

%45.75
%42.86
%11.39

CMYK Percentages of Color #edde3b

%0
%6
%75
%7

Triadic Colors of #edde3b

#edde3b #3bedde #de3bed

Analogous Colors of #edde3b

#edde3b #a3ed3b #ed853b

Monochromatic Colors of #edde3b

#edde3b

Complementary Color

#edde3b #3b4aed

#edde3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edde3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edde3b Color CSS Codes

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

#edde3b Text Font Color

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

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


#edde3b Background Color

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

This div background color is #edde3b


#edde3b Border Color

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

This div border color is #edde3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edde3b


Comments

No comments written yet.

Please login to write comment.