Color Hex Logo

#ede55b Color Hex

#EDE55B
(237,229,91)
0 Favorites   0 Comments

Color spaces of #ede55b

RGB 23722991
HSL0.160.800.64
HSV57°62°93°
CMYK 0.000.030.62   0.07
XYZ64.832774.798520.9180
Yxy74.79850.40380.4659
Hunter Lab86.4861-17.541546.2001
CIE-Lab89.2985-13.735366.1463

#ede55b color RGB value is (237,229,91).

#ede55b hex color red value is 237, green value is 229 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ede55b hue: 0.16 , saturation: 0.80 and the lightness value of ede55b is 0.64.

The process color (four color CMYK) of #ede55b color hex is 0.00, 0.03, 0.62, 0.07. Web safe color of #ede55b is #ffcc66. Color #ede55b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 01011011
Octal 355 345 133
Decimal 237 229 91
Hex ED E5 5B

RGB Percentages of Color #ede55b

%42.55
%41.11
%16.34

CMYK Percentages of Color #ede55b

%0
%3
%62
%7

Triadic Colors of #ede55b

#ede55b #5bede5 #e55bed

Analogous Colors of #ede55b

#ede55b #aced5b #ed9c5b

Monochromatic Colors of #ede55b

#ede55b

Complementary Color

#ede55b #5b63ed

#ede55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede55b Color CSS Codes

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

#ede55b Text Font Color

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

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


#ede55b Background Color

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

This div background color is #ede55b


#ede55b Border Color

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

This div border color is #ede55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede55b


Comments

No comments written yet.

Please login to write comment.