Color Hex Logo

#ede33a Color Hex

#EDE33A
(237,227,58)
0 Favorites   0 Comments

Color spaces of #ede33a

RGB 23722758
HSL0.160.830.58
HSV57°76°93°
CMYK 0.000.040.76   0.07
XYZ63.157973.248214.8125
Yxy73.24820.41770.4844
Hunter Lab85.5852-18.049349.6481
CIE-Lab88.5660-14.400777.4247

#ede33a color RGB value is (237,227,58).

#ede33a hex color red value is 237, green value is 227 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ede33a hue: 0.16 , saturation: 0.83 and the lightness value of ede33a is 0.58.

The process color (four color CMYK) of #ede33a color hex is 0.00, 0.04, 0.76, 0.07. Web safe color of #ede33a is #ffcc33. Color #ede33a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 00111010
Octal 355 343 72
Decimal 237 227 58
Hex ED E3 3A

RGB Percentages of Color #ede33a

%45.40
%43.49
%11.11

CMYK Percentages of Color #ede33a

%0
%4
%76
%7

Triadic Colors of #ede33a

#ede33a #3aede3 #e33aed

Analogous Colors of #ede33a

#ede33a #9eed3a #ed8a3a

Monochromatic Colors of #ede33a

#ede33a

Complementary Color

#ede33a #3a44ed

#ede33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede33a Color CSS Codes

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

#ede33a Text Font Color

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

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


#ede33a Background Color

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

This div background color is #ede33a


#ede33a Border Color

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

This div border color is #ede33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede33a


Comments

No comments written yet.

Please login to write comment.