Color Hex Logo

#ede81f Color Hex

#EDE81F
(237,232,31)
0 Favorites   0 Comments

Color spaces of #ede81f

RGB 23723231
HSL0.160.850.53
HSV59°87°93°
CMYK 0.000.020.87   0.07
XYZ64.029075.816712.5557
Yxy75.81670.42010.4975
Hunter Lab87.0728-21.117352.4015
CIE-Lab89.7742-17.611785.0220

#ede81f color RGB value is (237,232,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 00011111
Octal 355 350 37
Decimal 237 232 31
Hex ED E8 1F

RGB Percentages of Color #ede81f

%47.40
%46.40
%6.20

CMYK Percentages of Color #ede81f

%0
%2
%87
%7

Triadic Colors of #ede81f

#ede81f #1fede8 #e81fed

Analogous Colors of #ede81f

#ede81f #8bed1f #ed811f

Monochromatic Colors of #ede81f

#ede81f

Complementary Color

#ede81f #1f24ed

#ede81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede81f Color CSS Codes

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

#ede81f Text Font Color

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

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


#ede81f Background Color

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

This div background color is #ede81f


#ede81f Border Color

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

This div border color is #ede81f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede81f


Comments

No comments written yet.

Please login to write comment.