Color Hex Logo

#ebabcc Color Hex

#EBABCC
(235,171,204)
0 Favorites   0 Comments

Color spaces of #ebabcc

RGB 235171204
HSL0.910.620.80
HSV329°27°92°
CMYK 0.000.270.13   0.08
XYZ59.722951.147663.8515
Yxy51.14760.34180.2927
Hunter Lab71.517623.9061-2.8723
CIE-Lab76.768328.3932-7.4591

#ebabcc color RGB value is (235,171,204).

#ebabcc hex color red value is 235, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ebabcc hue: 0.91 , saturation: 0.62 and the lightness value of ebabcc is 0.80.

The process color (four color CMYK) of #ebabcc color hex is 0.00, 0.27, 0.13, 0.08. Web safe color of #ebabcc is #ff99cc. Color #ebabcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 11001100
Octal 353 253 314
Decimal 235 171 204
Hex EB AB CC

RGB Percentages of Color #ebabcc

%38.52
%28.03
%33.44

CMYK Percentages of Color #ebabcc

%0
%27
%13
%8

Triadic Colors of #ebabcc

#ebabcc #ccebab #abcceb

Analogous Colors of #ebabcc

#ebabcc #ebabac #eaabeb

Monochromatic Colors of #ebabcc

#ebabcc

Complementary Color

#ebabcc #abebca

#ebabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabcc Color CSS Codes

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

#ebabcc Text Font Color

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

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


#ebabcc Background Color

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

This div background color is #ebabcc


#ebabcc Border Color

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

This div border color is #ebabcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,171,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebabcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebabcc;
  -webkit-box-shadow: 1px 1px 3px 2px #ebabcc;
  box-shadow:         1px 1px 3px 2px #ebabcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,171,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabcc


Comments

No comments written yet.

Please login to write comment.