Color Hex Logo

#eccad8 Color Hex

#ECCAD8
(236,202,216)
0 Favorites   0 Comments

Color spaces of #eccad8

RGB 236202216
HSL0.930.470.86
HSV335°14°93°
CMYK 0.000.140.08   0.07
XYZ68.107365.031873.9285
Yxy65.03180.32890.3141
Hunter Lab80.64239.63002.0957
CIE-Lab84.500114.2364-2.5084

#eccad8 color RGB value is (236,202,216).

#eccad8 hex color red value is 236, green value is 202 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #eccad8 hue: 0.93 , saturation: 0.47 and the lightness value of eccad8 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 11011000
Octal 354 312 330
Decimal 236 202 216
Hex EC CA D8

RGB Percentages of Color #eccad8

%36.09
%30.89
%33.03

CMYK Percentages of Color #eccad8

%0
%14
%8
%7

Triadic Colors of #eccad8

#eccad8 #d8ecca #cad8ec

Analogous Colors of #eccad8

#eccad8 #eccdca #eccae9

Monochromatic Colors of #eccad8

#eccad8

Complementary Color

#eccad8 #caecde

#eccad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccad8 Color CSS Codes

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

#eccad8 Text Font Color

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

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


#eccad8 Background Color

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

This div background color is #eccad8


#eccad8 Border Color

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

This div border color is #eccad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccad8


Comments

No comments written yet.

Please login to write comment.