Color Hex Logo

#eabf6b Color Hex

#EABF6B
(234,191,107)
0 Favorites   0 Comments

Color spaces of #eabf6b

RGB 234191107
HSL0.110.750.67
HSV40°54°92°
CMYK 0.000.180.54   0.08
XYZ55.216355.815621.7732
Yxy55.81560.41580.4203
Hunter Lab74.70981.183035.0176
CIE-Lab79.50885.526247.7156

#eabf6b color RGB value is (234,191,107).

#eabf6b hex color red value is 234, green value is 191 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #eabf6b hue: 0.11 , saturation: 0.75 and the lightness value of eabf6b is 0.67.

The process color (four color CMYK) of #eabf6b color hex is 0.00, 0.18, 0.54, 0.08. Web safe color of #eabf6b is #ffcc66. Color #eabf6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111111 01101011
Octal 352 277 153
Decimal 234 191 107
Hex EA BF 6B

RGB Percentages of Color #eabf6b

%43.98
%35.90
%20.11

CMYK Percentages of Color #eabf6b

%0
%18
%54
%8

Triadic Colors of #eabf6b

#eabf6b #6beabf #bf6bea

Analogous Colors of #eabf6b

#eabf6b #d6ea6b #ea806b

Monochromatic Colors of #eabf6b

#eabf6b

Complementary Color

#eabf6b #6b96ea

#eabf6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabf6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabf6b Color CSS Codes

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

#eabf6b Text Font Color

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

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


#eabf6b Background Color

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

This div background color is #eabf6b


#eabf6b Border Color

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

This div border color is #eabf6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabf6b


Comments

No comments written yet.

Please login to write comment.