Color Hex Logo

#efcef1 Color Hex

#EFCEF1
(239,206,241)
0 Favorites   0 Comments

Color spaces of #efcef1

RGB 239206241
HSL0.820.560.88
HSV297°15°95°
CMYK 0.010.150.00   0.05
XYZ73.545168.844292.6311
Yxy68.84420.31290.2929
Hunter Lab82.972413.0172-8.1112
CIE-Lab86.426817.5358-12.9106

#efcef1 color RGB value is (239,206,241).

#efcef1 hex color red value is 239, green value is 206 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #efcef1 hue: 0.82 , saturation: 0.56 and the lightness value of efcef1 is 0.88.

The process color (four color CMYK) of #efcef1 color hex is 0.01, 0.15, 0.00, 0.05. Web safe color of #efcef1 is #ffccff. Color #efcef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 11110001
Octal 357 316 361
Decimal 239 206 241
Hex EF CE F1

RGB Percentages of Color #efcef1

%34.84
%30.03
%35.13

CMYK Percentages of Color #efcef1

%1
%15
%0
%5

Triadic Colors of #efcef1

#efcef1 #f1efce #cef1ef

Analogous Colors of #efcef1

#efcef1 #f1cee2 #decef1

Monochromatic Colors of #efcef1

#efcef1

Complementary Color

#efcef1 #d0f1ce

#efcef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcef1 Color CSS Codes

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

#efcef1 Text Font Color

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

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


#efcef1 Background Color

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

This div background color is #efcef1


#efcef1 Border Color

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

This div border color is #efcef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcef1

#efcef1 Color Palettes


Comments

No comments written yet.

Please login to write comment.