Color Hex Logo

#ede43b Color Hex

#EDE43B
(237,228,59)
0 Favorites   0 Comments

Color spaces of #ede43b

RGB 23722859
HSL0.160.830.58
HSV57°75°93°
CMYK 0.000.040.75   0.07
XYZ63.457973.807115.0393
Yxy73.80710.41670.4846
Hunter Lab85.9111-18.496049.7586
CIE-Lab88.8312-14.854477.3597

#ede43b color RGB value is (237,228,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 00111011
Octal 355 344 73
Decimal 237 228 59
Hex ED E4 3B

RGB Percentages of Color #ede43b

%45.23
%43.51
%11.26

CMYK Percentages of Color #ede43b

%0
%4
%75
%7

Triadic Colors of #ede43b

#ede43b #3bede4 #e43bed

Analogous Colors of #ede43b

#ede43b #9ded3b #ed8b3b

Monochromatic Colors of #ede43b

#ede43b

Complementary Color

#ede43b #3b44ed

#ede43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede43b Color CSS Codes

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

#ede43b Text Font Color

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

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


#ede43b Background Color

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

This div background color is #ede43b


#ede43b Border Color

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

This div border color is #ede43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede43b


Comments

No comments written yet.

Please login to write comment.