Color Hex Logo

#eecad4 Color Hex

#EECAD4
(238,202,212)
0 Favorites   0 Comments

Color spaces of #eecad4

RGB 238202212
HSL0.950.510.86
HSV343°15°93°
CMYK 0.000.150.11   0.07
XYZ68.264165.171771.2688
Yxy65.17170.33350.3184
Hunter Lab80.72909.66314.1682
CIE-Lab84.572114.2691-0.2504

#eecad4 color RGB value is (238,202,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11010100
Octal 356 312 324
Decimal 238 202 212
Hex EE CA D4

RGB Percentages of Color #eecad4

%36.50
%30.98
%32.52

CMYK Percentages of Color #eecad4

%0
%15
%11
%7

Triadic Colors of #eecad4

#eecad4 #d4eeca #cad4ee

Analogous Colors of #eecad4

#eecad4 #eed2ca #eecae6

Monochromatic Colors of #eecad4

#eecad4

Complementary Color

#eecad4 #caeee4

#eecad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecad4 Color CSS Codes

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

#eecad4 Text Font Color

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

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


#eecad4 Background Color

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

This div background color is #eecad4


#eecad4 Border Color

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

This div border color is #eecad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecad4


Comments

No comments written yet.

Please login to write comment.