Color Hex Logo

#ede18a Color Hex

#EDE18A
(237,225,138)
0 Favorites   0 Comments

Color spaces of #ede18a

RGB 237225138
HSL0.150.730.74
HSV53°42°93°
CMYK 0.000.050.42   0.07
XYZ66.437773.689934.7667
Yxy73.68990.37990.4213
Hunter Lab85.8428-12.075636.0773
CIE-Lab88.7757-7.879343.9491

#ede18a color RGB value is (237,225,138).

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

The process color (four color CMYK) of #ede18a color hex is 0.00, 0.05, 0.42, 0.07. Web safe color of #ede18a is #ffcc99. Color #ede18a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 10001010
Octal 355 341 212
Decimal 237 225 138
Hex ED E1 8A

RGB Percentages of Color #ede18a

%39.50
%37.50
%23.00

CMYK Percentages of Color #ede18a

%0
%5
%42
%7

Triadic Colors of #ede18a

#ede18a #8aede1 #e18aed

Analogous Colors of #ede18a

#ede18a #c8ed8a #edb08a

Monochromatic Colors of #ede18a

#ede18a

Complementary Color

#ede18a #8a96ed

#ede18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede18a Color CSS Codes

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

#ede18a Text Font Color

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

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


#ede18a Background Color

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

This div background color is #ede18a


#ede18a Border Color

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

This div border color is #ede18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede18a


Comments

No comments written yet.

Please login to write comment.