Color Hex Logo

#ede388 Color Hex

#EDE388
(237,227,136)
0 Favorites   0 Comments

Color spaces of #ede388

RGB 237227136
HSL0.150.740.73
HSV54°43°93°
CMYK 0.000.040.43   0.07
XYZ66.838174.720334.1923
Yxy74.72030.38030.4251
Hunter Lab86.4409-13.251337.0561
CIE-Lab89.2618-9.084945.5442

#ede388 color RGB value is (237,227,136).

#ede388 hex color red value is 237, green value is 227 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ede388 hue: 0.15 , saturation: 0.74 and the lightness value of ede388 is 0.73.

The process color (four color CMYK) of #ede388 color hex is 0.00, 0.04, 0.43, 0.07. Web safe color of #ede388 is #ffcc99. Color #ede388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 10001000
Octal 355 343 210
Decimal 237 227 136
Hex ED E3 88

RGB Percentages of Color #ede388

%39.50
%37.83
%22.67

CMYK Percentages of Color #ede388

%0
%4
%43
%7

Triadic Colors of #ede388

#ede388 #88ede3 #e388ed

Analogous Colors of #ede388

#ede388 #c5ed88 #edb188

Monochromatic Colors of #ede388

#ede388

Complementary Color

#ede388 #8892ed

#ede388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede388 Color CSS Codes

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

#ede388 Text Font Color

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

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


#ede388 Background Color

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

This div background color is #ede388


#ede388 Border Color

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

This div border color is #ede388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede388


Comments

No comments written yet.

Please login to write comment.