Color Hex Logo

#ede47b Color Hex

#EDE47B
(237,228,123)
0 Favorites   0 Comments

Color spaces of #ede47b

RGB 237228123
HSL0.150.760.71
HSV55°48°93°
CMYK 0.000.040.48   0.07
XYZ66.243674.921429.7088
Yxy74.92140.38770.4385
Hunter Lab86.5571-14.866040.2400
CIE-Lab89.3562-10.813851.9291

#ede47b color RGB value is (237,228,123).

#ede47b hex color red value is 237, green value is 228 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ede47b hue: 0.15 , saturation: 0.76 and the lightness value of ede47b is 0.71.

The process color (four color CMYK) of #ede47b color hex is 0.00, 0.04, 0.48, 0.07. Web safe color of #ede47b is #ffcc66. Color #ede47b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 01111011
Octal 355 344 173
Decimal 237 228 123
Hex ED E4 7B

RGB Percentages of Color #ede47b

%40.31
%38.78
%20.92

CMYK Percentages of Color #ede47b

%0
%4
%48
%7

Triadic Colors of #ede47b

#ede47b #7bede4 #e47bed

Analogous Colors of #ede47b

#ede47b #bded7b #edab7b

Monochromatic Colors of #ede47b

#ede47b

Complementary Color

#ede47b #7b84ed

#ede47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede47b Color CSS Codes

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

#ede47b Text Font Color

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

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


#ede47b Background Color

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

This div background color is #ede47b


#ede47b Border Color

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

This div border color is #ede47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede47b


Comments

No comments written yet.

Please login to write comment.