Color Hex Logo

#ede69b Color Hex

#EDE69B
(237,230,155)
0 Favorites   0 Comments

Color spaces of #ede69b

RGB 237230155
HSL0.150.690.77
HSV55°35°93°
CMYK 0.000.030.35   0.07
XYZ69.138376.964742.2220
Yxy76.96470.36710.4087
Hunter Lab87.7295-12.853632.8759
CIE-Lab90.3054-8.539837.4408

#ede69b color RGB value is (237,230,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 10011011
Octal 355 346 233
Decimal 237 230 155
Hex ED E6 9B

RGB Percentages of Color #ede69b

%38.10
%36.98
%24.92

CMYK Percentages of Color #ede69b

%0
%3
%35
%7

Triadic Colors of #ede69b

#ede69b #9bede6 #e69bed

Analogous Colors of #ede69b

#ede69b #cbed9b #edbd9b

Monochromatic Colors of #ede69b

#ede69b

Complementary Color

#ede69b #9ba2ed

#ede69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede69b Color CSS Codes

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

#ede69b Text Font Color

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

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


#ede69b Background Color

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

This div background color is #ede69b


#ede69b Border Color

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

This div border color is #ede69b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,230,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 #ede69b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede69b


Comments

No comments written yet.

Please login to write comment.