Color Hex Logo

#ede33b Color Hex

#EDE33B
(237,227,59)
0 Favorites   0 Comments

Color spaces of #ede33b

RGB 23722759
HSL0.160.830.58
HSV57°75°93°
CMYK 0.000.040.75   0.07
XYZ63.183673.258514.9478
Yxy73.25850.41740.4839
Hunter Lab85.5912-18.015549.5593
CIE-Lab88.5709-14.362777.1209

#ede33b color RGB value is (237,227,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 00111011
Octal 355 343 73
Decimal 237 227 59
Hex ED E3 3B

RGB Percentages of Color #ede33b

%45.32
%43.40
%11.28

CMYK Percentages of Color #ede33b

%0
%4
%75
%7

Triadic Colors of #ede33b

#ede33b #3bede3 #e33bed

Analogous Colors of #ede33b

#ede33b #9eed3b #ed8a3b

Monochromatic Colors of #ede33b

#ede33b

Complementary Color

#ede33b #3b45ed

#ede33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede33b Color CSS Codes

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

#ede33b Text Font Color

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

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


#ede33b Background Color

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

This div background color is #ede33b


#ede33b Border Color

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

This div border color is #ede33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede33b


Comments

No comments written yet.

Please login to write comment.