Color Hex Logo

#ede82f Color Hex

#EDE82F
(237,232,47)
0 Favorites   0 Comments

Color spaces of #ede82f

RGB 23723247
HSL0.160.840.56
HSV58°80°93°
CMYK 0.000.020.80   0.07
XYZ64.294875.923013.9552
Yxy75.92300.41700.4925
Hunter Lab87.1338-20.771551.4979
CIE-Lab89.8236-17.219081.6170

#ede82f color RGB value is (237,232,47).

#ede82f hex color red value is 237, green value is 232 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ede82f hue: 0.16 , saturation: 0.84 and the lightness value of ede82f is 0.56.

The process color (four color CMYK) of #ede82f color hex is 0.00, 0.02, 0.80, 0.07. Web safe color of #ede82f is #ffff33. Color #ede82f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 00101111
Octal 355 350 57
Decimal 237 232 47
Hex ED E8 2F

RGB Percentages of Color #ede82f

%45.93
%44.96
%9.11

CMYK Percentages of Color #ede82f

%0
%2
%80
%7

Triadic Colors of #ede82f

#ede82f #2fede8 #e82fed

Analogous Colors of #ede82f

#ede82f #93ed2f #ed892f

Monochromatic Colors of #ede82f

#ede82f

Complementary Color

#ede82f #2f34ed

#ede82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede82f Color CSS Codes

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

#ede82f Text Font Color

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

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


#ede82f Background Color

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

This div background color is #ede82f


#ede82f Border Color

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

This div border color is #ede82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede82f


Comments

No comments written yet.

Please login to write comment.