Color Hex Logo

#ebcccc Color Hex

#EBCCCC
(235,204,204)
1 Favorites   0 Comments

Color spaces of #ebcccc

RGB 235204204
HSL0.000.440.86
HSV13°92°
CMYK 0.000.130.13   0.08
XYZ66.752965.207566.1948
Yxy65.20750.33690.3291
Hunter Lab80.75126.24247.9235
CIE-Lab84.590510.86084.0042

#ebcccc color RGB value is (235,204,204).

#ebcccc hex color red value is 235, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ebcccc hue: 0.00 , saturation: 0.44 and the lightness value of ebcccc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001100 11001100
Octal 353 314 314
Decimal 235 204 204
Hex EB CC CC

RGB Percentages of Color #ebcccc

%36.55
%31.73
%31.73

CMYK Percentages of Color #ebcccc

%0
%13
%13
%8

Triadic Colors of #ebcccc

#ebcccc #ccebcc #cccceb

Analogous Colors of #ebcccc

#ebcccc #ebdccc #ebccdc

Monochromatic Colors of #ebcccc

#ebcccc

Complementary Color

#ebcccc #ccebeb

#ebcccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcccc Color CSS Codes

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

#ebcccc Text Font Color

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

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


#ebcccc Background Color

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

This div background color is #ebcccc


#ebcccc Border Color

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

This div border color is #ebcccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcccc

#ebcccc Color Palettes


Comments

No comments written yet.

Please login to write comment.