Color Hex Logo

#ede921 Color Hex

#EDE921
(237,233,33)
0 Favorites   0 Comments

Color spaces of #ede921

RGB 23723333
HSL0.160.850.53
HSV59°86°93°
CMYK 0.000.020.86   0.07
XYZ64.338576.392212.7930
Yxy76.39220.41910.4976
Hunter Lab87.4026-21.557852.5036
CIE-Lab90.0411-18.057384.8728

#ede921 color RGB value is (237,233,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 00100001
Octal 355 351 41
Decimal 237 233 33
Hex ED E9 21

RGB Percentages of Color #ede921

%47.12
%46.32
%6.56

CMYK Percentages of Color #ede921

%0
%2
%86
%7

Triadic Colors of #ede921

#ede921 #21ede9 #e921ed

Analogous Colors of #ede921

#ede921 #8bed21 #ed8321

Monochromatic Colors of #ede921

#ede921

Complementary Color

#ede921 #2125ed

#ede921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede921 Color CSS Codes

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

#ede921 Text Font Color

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

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


#ede921 Background Color

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

This div background color is #ede921


#ede921 Border Color

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

This div border color is #ede921


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,233,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 #ede921">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede921


Comments

No comments written yet.

Please login to write comment.