Color Hex Logo

#ede821 Color Hex

#EDE821
(237,232,33)
0 Favorites   0 Comments

Color spaces of #ede821

RGB 23723233
HSL0.160.850.53
HSV59°86°93°
CMYK 0.000.020.86   0.07
XYZ64.056275.827612.6989
Yxy75.82760.41980.4970
Hunter Lab87.0790-21.082052.3090
CIE-Lab89.7792-17.571584.6621

#ede821 color RGB value is (237,232,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 00100001
Octal 355 350 41
Decimal 237 232 33
Hex ED E8 21

RGB Percentages of Color #ede821

%47.21
%46.22
%6.57

CMYK Percentages of Color #ede821

%0
%2
%86
%7

Triadic Colors of #ede821

#ede821 #21ede8 #e821ed

Analogous Colors of #ede821

#ede821 #8ced21 #ed8221

Monochromatic Colors of #ede821

#ede821

Complementary Color

#ede821 #2126ed

#ede821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede821 Color CSS Codes

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

#ede821 Text Font Color

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

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


#ede821 Background Color

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

This div background color is #ede821


#ede821 Border Color

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

This div border color is #ede821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede821


Comments

No comments written yet.

Please login to write comment.