Color Hex Logo

#ede99b Color Hex

#EDE99B
(237,233,155)
0 Favorites   0 Comments

Color spaces of #ede99b

RGB 237233155
HSL0.160.690.77
HSV57°35°93°
CMYK 0.000.020.35   0.07
XYZ69.980478.648942.5027
Yxy78.64890.36610.4115
Hunter Lab88.6842-14.343733.6637
CIE-Lab91.0752-10.039838.4456

#ede99b color RGB value is (237,233,155).

#ede99b hex color red value is 237, green value is 233 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ede99b hue: 0.16 , saturation: 0.69 and the lightness value of ede99b is 0.77.

The process color (four color CMYK) of #ede99b color hex is 0.00, 0.02, 0.35, 0.07. Web safe color of #ede99b is #ffff99. Color #ede99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 10011011
Octal 355 351 233
Decimal 237 233 155
Hex ED E9 9B

RGB Percentages of Color #ede99b

%37.92
%37.28
%24.80

CMYK Percentages of Color #ede99b

%0
%2
%35
%7

Triadic Colors of #ede99b

#ede99b #9bede9 #e99bed

Analogous Colors of #ede99b

#ede99b #c8ed9b #edc09b

Monochromatic Colors of #ede99b

#ede99b

Complementary Color

#ede99b #9b9fed

#ede99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede99b Color CSS Codes

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

#ede99b Text Font Color

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

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


#ede99b Background Color

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

This div background color is #ede99b


#ede99b Border Color

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

This div border color is #ede99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede99b


Comments

No comments written yet.

Please login to write comment.