Color Hex Logo

#eebcca Color Hex

#EEBCCA
(238,188,202)
0 Favorites   0 Comments

Color spaces of #eebcca

RGB 238188202
HSL0.950.600.84
HSV343°21°93°
CMYK 0.000.210.15   0.07
XYZ63.903858.407963.7829
Yxy58.40790.34340.3139
Hunter Lab76.425115.51124.0152
CIE-Lab80.965020.0728-0.1634

#eebcca color RGB value is (238,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 11001010
Octal 356 274 312
Decimal 238 188 202
Hex EE BC CA

RGB Percentages of Color #eebcca

%37.90
%29.94
%32.17

CMYK Percentages of Color #eebcca

%0
%21
%15
%7

Triadic Colors of #eebcca

#eebcca #caeebc #bccaee

Analogous Colors of #eebcca

#eebcca #eec7bc #eebce3

Monochromatic Colors of #eebcca

#eebcca

Complementary Color

#eebcca #bceee0

#eebcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebcca Color CSS Codes

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

#eebcca Text Font Color

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

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


#eebcca Background Color

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

This div background color is #eebcca


#eebcca Border Color

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

This div border color is #eebcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebcca


Comments

No comments written yet.

Please login to write comment.