Color Hex Logo

#eeafba Color Hex

#EEAFBA
(238,175,186)
0 Favorites   0 Comments

Color spaces of #eeafba

RGB 238175186
HSL0.970.650.81
HSV350°26°93°
CMYK 0.000.260.22   0.07
XYZ59.452852.382353.4317
Yxy52.38230.35970.3170
Hunter Lab72.375619.97116.8918
CIE-Lab77.508924.55463.4697

#eeafba color RGB value is (238,175,186).

#eeafba hex color red value is 238, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eeafba hue: 0.97 , saturation: 0.65 and the lightness value of eeafba is 0.81.

The process color (four color CMYK) of #eeafba color hex is 0.00, 0.26, 0.22, 0.07. Web safe color of #eeafba is #ff99cc. Color #eeafba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 10111010
Octal 356 257 272
Decimal 238 175 186
Hex EE AF BA

RGB Percentages of Color #eeafba

%39.73
%29.22
%31.05

CMYK Percentages of Color #eeafba

%0
%26
%22
%7

Triadic Colors of #eeafba

#eeafba #baeeaf #afbaee

Analogous Colors of #eeafba

#eeafba #eec4af #eeafda

Monochromatic Colors of #eeafba

#eeafba

Complementary Color

#eeafba #afeee3

#eeafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafba Color CSS Codes

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

#eeafba Text Font Color

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

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


#eeafba Background Color

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

This div background color is #eeafba


#eeafba Border Color

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

This div border color is #eeafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafba


Comments

No comments written yet.

Please login to write comment.