Color Hex Logo

#ebccd7 Color Hex

#EBCCD7
(235,204,215)
0 Favorites   0 Comments

Color spaces of #ebccd7

RGB 235204215
HSL0.940.440.86
HSV339°13°92°
CMYK 0.000.130.09   0.08
XYZ68.119665.754273.3915
Yxy65.75420.32870.3172
Hunter Lab81.08908.04503.1004
CIE-Lab84.870912.6652-1.4425

#ebccd7 color RGB value is (235,204,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001100 11010111
Octal 353 314 327
Decimal 235 204 215
Hex EB CC D7

RGB Percentages of Color #ebccd7

%35.93
%31.19
%32.87

CMYK Percentages of Color #ebccd7

%0
%13
%9
%8

Triadic Colors of #ebccd7

#ebccd7 #d7ebcc #ccd7eb

Analogous Colors of #ebccd7

#ebccd7 #ebd1cc #ebcce7

Monochromatic Colors of #ebccd7

#ebccd7

Complementary Color

#ebccd7 #ccebe0

#ebccd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebccd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebccd7 Color CSS Codes

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

#ebccd7 Text Font Color

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

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


#ebccd7 Background Color

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

This div background color is #ebccd7


#ebccd7 Border Color

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

This div border color is #ebccd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebccd7


Comments

No comments written yet.

Please login to write comment.