Color Hex Logo

#ede44b Color Hex

#EDE44B
(237,228,75)
0 Favorites   0 Comments

Color spaces of #ede44b

RGB 23722875
HSL0.160.820.61
HSV57°68°93°
CMYK 0.000.040.68   0.07
XYZ63.938573.999317.5700
Yxy73.99930.41120.4759
Hunter Lab86.0228-17.865748.1061
CIE-Lab88.9222-14.145972.0155

#ede44b color RGB value is (237,228,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 01001011
Octal 355 344 113
Decimal 237 228 75
Hex ED E4 4B

RGB Percentages of Color #ede44b

%43.89
%42.22
%13.89

CMYK Percentages of Color #ede44b

%0
%4
%68
%7

Triadic Colors of #ede44b

#ede44b #4bede4 #e44bed

Analogous Colors of #ede44b

#ede44b #a5ed4b #ed934b

Monochromatic Colors of #ede44b

#ede44b

Complementary Color

#ede44b #4b54ed

#ede44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede44b Color CSS Codes

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

#ede44b Text Font Color

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

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


#ede44b Background Color

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

This div background color is #ede44b


#ede44b Border Color

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

This div border color is #ede44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede44b


Comments

No comments written yet.

Please login to write comment.