Color Hex Logo

#eeafb7 Color Hex

#EEAFB7
(238,175,183)
0 Favorites   0 Comments

Color spaces of #eeafb7

RGB 238175183
HSL0.980.650.81
HSV352°26°93°
CMYK 0.000.260.23   0.07
XYZ59.137152.256051.7693
Yxy52.25600.36240.3203
Hunter Lab72.288319.52148.1413
CIE-Lab77.433724.12064.9933

#eeafb7 color RGB value is (238,175,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 10110111
Octal 356 257 267
Decimal 238 175 183
Hex EE AF B7

RGB Percentages of Color #eeafb7

%39.93
%29.36
%30.70

CMYK Percentages of Color #eeafb7

%0
%26
%23
%7

Triadic Colors of #eeafb7

#eeafb7 #b7eeaf #afb7ee

Analogous Colors of #eeafb7

#eeafb7 #eec7af #eeafd7

Monochromatic Colors of #eeafb7

#eeafb7

Complementary Color

#eeafb7 #afeee6

#eeafb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafb7 Color CSS Codes

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

#eeafb7 Text Font Color

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

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


#eeafb7 Background Color

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

This div background color is #eeafb7


#eeafb7 Border Color

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

This div border color is #eeafb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafb7


Comments

No comments written yet.

Please login to write comment.