Color Hex Logo

#eeafbb Color Hex

#EEAFBB
(238,175,187)
0 Favorites   0 Comments

Color spaces of #eeafbb

RGB 238175187
HSL0.970.650.81
HSV349°26°93°
CMYK 0.000.260.21   0.07
XYZ59.559552.424953.9936
Yxy52.42490.35880.3159
Hunter Lab72.405020.12316.4700
CIE-Lab77.534224.70102.9623

#eeafbb color RGB value is (238,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 10111011
Octal 356 257 273
Decimal 238 175 187
Hex EE AF BB

RGB Percentages of Color #eeafbb

%39.67
%29.17
%31.17

CMYK Percentages of Color #eeafbb

%0
%26
%21
%7

Triadic Colors of #eeafbb

#eeafbb #bbeeaf #afbbee

Analogous Colors of #eeafbb

#eeafbb #eec3af #eeafdb

Monochromatic Colors of #eeafbb

#eeafbb

Complementary Color

#eeafbb #afeee2

#eeafbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafbb Color CSS Codes

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

#eeafbb Text Font Color

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

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


#eeafbb Background Color

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

This div background color is #eeafbb


#eeafbb Border Color

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

This div border color is #eeafbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafbb


Comments

No comments written yet.

Please login to write comment.