Color Hex Logo

#eed27b Color Hex

#EED27B
(238,210,123)
0 Favorites   0 Comments

Color spaces of #eed27b

RGB 238210123
HSL0.130.770.71
HSV45°48°93°
CMYK 0.000.120.48   0.07
XYZ61.881665.700428.1588
Yxy65.70040.39730.4219
Hunter Lab81.0558-5.572836.1417
CIE-Lab84.8434-1.314146.4448

#eed27b color RGB value is (238,210,123).

#eed27b hex color red value is 238, green value is 210 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #eed27b hue: 0.13 , saturation: 0.77 and the lightness value of eed27b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 01111011
Octal 356 322 173
Decimal 238 210 123
Hex EE D2 7B

RGB Percentages of Color #eed27b

%41.68
%36.78
%21.54

CMYK Percentages of Color #eed27b

%0
%12
%48
%7

Triadic Colors of #eed27b

#eed27b #7beed2 #d27bee

Analogous Colors of #eed27b

#eed27b #d1ee7b #ee997b

Monochromatic Colors of #eed27b

#eed27b

Complementary Color

#eed27b #7b97ee

#eed27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed27b Color CSS Codes

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

#eed27b Text Font Color

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

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


#eed27b Background Color

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

This div background color is #eed27b


#eed27b Border Color

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

This div border color is #eed27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed27b


Comments

No comments written yet.

Please login to write comment.