Color Hex Logo

#ede722 Color Hex

#EDE722
(237,231,34)
0 Favorites   0 Comments

Color spaces of #ede722

RGB 23723134
HSL0.160.850.53
HSV58°86°93°
CMYK 0.000.030.86   0.07
XYZ63.789775.271812.6802
Yxy75.27180.42040.4961
Hunter Lab86.7593-20.586952.0661
CIE-Lab89.5202-17.063684.2634

#ede722 color RGB value is (237,231,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 00100010
Octal 355 347 42
Decimal 237 231 34
Hex ED E7 22

RGB Percentages of Color #ede722

%47.21
%46.02
%6.77

CMYK Percentages of Color #ede722

%0
%3
%86
%7

Triadic Colors of #ede722

#ede722 #22ede7 #e722ed

Analogous Colors of #ede722

#ede722 #8eed22 #ed8222

Monochromatic Colors of #ede722

#ede722

Complementary Color

#ede722 #2228ed

#ede722 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede722 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede722 Color CSS Codes

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

#ede722 Text Font Color

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

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


#ede722 Background Color

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

This div background color is #ede722


#ede722 Border Color

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

This div border color is #ede722


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede722


Comments

No comments written yet.

Please login to write comment.