Color Hex Logo

#efcada Color Hex

#EFCADA
(239,202,218)
0 Favorites   0 Comments

Color spaces of #efcada

RGB 239202218
HSL0.930.540.86
HSV334°15°94°
CMYK 0.000.150.09   0.06
XYZ69.372065.653775.3458
Yxy65.65370.32980.3121
Hunter Lab81.027011.02721.5860
CIE-Lab84.819515.6124-3.0741

#efcada color RGB value is (239,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11011010
Octal 357 312 332
Decimal 239 202 218
Hex EF CA DA

RGB Percentages of Color #efcada

%36.27
%30.65
%33.08

CMYK Percentages of Color #efcada

%0
%15
%9
%6

Triadic Colors of #efcada

#efcada #daefca #cadaef

Analogous Colors of #efcada

#efcada #efcdca #efcaed

Monochromatic Colors of #efcada

#efcada

Complementary Color

#efcada #caefdf

#efcada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcada Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcada Color CSS Codes

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

#efcada Text Font Color

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

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


#efcada Background Color

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

This div background color is #efcada


#efcada Border Color

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

This div border color is #efcada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcada


Comments

No comments written yet.

Please login to write comment.