Color Hex Logo

#eea26b Color Hex

#EEA26B
(238,162,107)
0 Favorites   0 Comments

Color spaces of #eea26b

RGB 238162107
HSL0.070.790.68
HSV25°55°93°
CMYK 0.000.320.55   0.07
XYZ50.834145.079319.9319
Yxy45.07930.43880.3891
Hunter Lab67.141117.649529.3976
CIE-Lab72.944122.479739.7916

#eea26b color RGB value is (238,162,107).

#eea26b hex color red value is 238, green value is 162 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #eea26b hue: 0.07 , saturation: 0.79 and the lightness value of eea26b is 0.68.

The process color (four color CMYK) of #eea26b color hex is 0.00, 0.32, 0.55, 0.07. Web safe color of #eea26b is #ff9966. Color #eea26b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100010 01101011
Octal 356 242 153
Decimal 238 162 107
Hex EE A2 6B

RGB Percentages of Color #eea26b

%46.94
%31.95
%21.10

CMYK Percentages of Color #eea26b

%0
%32
%55
%7

Triadic Colors of #eea26b

#eea26b #6beea2 #a26bee

Analogous Colors of #eea26b

#eea26b #eee46b #ee6b76

Monochromatic Colors of #eea26b

#eea26b

Complementary Color

#eea26b #6bb7ee

#eea26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea26b Color CSS Codes

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

#eea26b Text Font Color

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

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


#eea26b Background Color

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

This div background color is #eea26b


#eea26b Border Color

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

This div border color is #eea26b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,162,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea26b


Comments

No comments written yet.

Please login to write comment.