Color Hex Logo

#efcad5 Color Hex

#EFCAD5
(239,202,213)
0 Favorites   0 Comments

Color spaces of #efcad5

RGB 239202213
HSL0.950.540.86
HSV342°15°94°
CMYK 0.000.150.11   0.06
XYZ68.727465.395971.9511
Yxy65.39590.33350.3173
Hunter Lab80.867710.18403.8548
CIE-Lab84.687314.7832-0.6042

#efcad5 color RGB value is (239,202,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11010101
Octal 357 312 325
Decimal 239 202 213
Hex EF CA D5

RGB Percentages of Color #efcad5

%36.54
%30.89
%32.57

CMYK Percentages of Color #efcad5

%0
%15
%11
%6

Triadic Colors of #efcad5

#efcad5 #d5efca #cad5ef

Analogous Colors of #efcad5

#efcad5 #efd2ca #efcae8

Monochromatic Colors of #efcad5

#efcad5

Complementary Color

#efcad5 #caefe4

#efcad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcad5 Color CSS Codes

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

#efcad5 Text Font Color

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

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


#efcad5 Background Color

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

This div background color is #efcad5


#efcad5 Border Color

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

This div border color is #efcad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcad5


Comments

No comments written yet.

Please login to write comment.