Color Hex Logo

#eebfca Color Hex

#EEBFCA
(238,191,202)
0 Favorites   0 Comments

Color spaces of #eebfca

RGB 238191202
HSL0.960.580.84
HSV346°20°93°
CMYK 0.000.200.15   0.07
XYZ64.551459.703063.9987
Yxy59.70300.34290.3171
Hunter Lab77.267713.90494.9791
CIE-Lab81.676518.48090.8747

#eebfca color RGB value is (238,191,202).

#eebfca hex color red value is 238, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #eebfca hue: 0.96 , saturation: 0.58 and the lightness value of eebfca is 0.84.

The process color (four color CMYK) of #eebfca color hex is 0.00, 0.20, 0.15, 0.07. Web safe color of #eebfca is #ffcccc. Color #eebfca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 11001010
Octal 356 277 312
Decimal 238 191 202
Hex EE BF CA

RGB Percentages of Color #eebfca

%37.72
%30.27
%32.01

CMYK Percentages of Color #eebfca

%0
%20
%15
%7

Triadic Colors of #eebfca

#eebfca #caeebf #bfcaee

Analogous Colors of #eebfca

#eebfca #eeccbf #eebfe2

Monochromatic Colors of #eebfca

#eebfca

Complementary Color

#eebfca #bfeee3

#eebfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebfca Color CSS Codes

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

#eebfca Text Font Color

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

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


#eebfca Background Color

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

This div background color is #eebfca


#eebfca Border Color

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

This div border color is #eebfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebfca


Comments

No comments written yet.

Please login to write comment.