Color Hex Logo

#ede827 Color Hex

#EDE827
(237,232,39)
0 Favorites   0 Comments

Color spaces of #ede827

RGB 23723239
HSL0.160.850.54
HSV58°84°93°
CMYK 0.000.020.84   0.07
XYZ64.147975.864213.1818
Yxy75.86420.41870.4952
Hunter Lab87.1001-20.962551.9970
CIE-Lab89.7963-17.435883.4682

#ede827 color RGB value is (237,232,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 00100111
Octal 355 350 47
Decimal 237 232 39
Hex ED E8 27

RGB Percentages of Color #ede827

%46.65
%45.67
%7.68

CMYK Percentages of Color #ede827

%0
%2
%84
%7

Triadic Colors of #ede827

#ede827 #27ede8 #e827ed

Analogous Colors of #ede827

#ede827 #8fed27 #ed8527

Monochromatic Colors of #ede827

#ede827

Complementary Color

#ede827 #272ced

#ede827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede827 Color CSS Codes

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

#ede827 Text Font Color

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

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


#ede827 Background Color

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

This div background color is #ede827


#ede827 Border Color

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

This div border color is #ede827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede827


Comments

No comments written yet.

Please login to write comment.