Color Hex Logo

#ede482 Color Hex

#EDE482
(237,228,130)
0 Favorites   0 Comments

Color spaces of #ede482

RGB 237228130
HSL0.150.750.72
HSV55°45°93°
CMYK 0.000.040.45   0.07
XYZ66.697775.103032.1001
Yxy75.10300.38350.4319
Hunter Lab86.6620-14.279538.7020
CIE-Lab89.4412-10.169848.6848

#ede482 color RGB value is (237,228,130).

#ede482 hex color red value is 237, green value is 228 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ede482 hue: 0.15 , saturation: 0.75 and the lightness value of ede482 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 10000010
Octal 355 344 202
Decimal 237 228 130
Hex ED E4 82

RGB Percentages of Color #ede482

%39.83
%38.32
%21.85

CMYK Percentages of Color #ede482

%0
%4
%45
%7

Triadic Colors of #ede482

#ede482 #82ede4 #e482ed

Analogous Colors of #ede482

#ede482 #c1ed82 #edaf82

Monochromatic Colors of #ede482

#ede482

Complementary Color

#ede482 #828bed

#ede482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede482 Color CSS Codes

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

#ede482 Text Font Color

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

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


#ede482 Background Color

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

This div background color is #ede482


#ede482 Border Color

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

This div border color is #ede482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede482


Comments

No comments written yet.

Please login to write comment.