Color Hex Logo

#efcefc Color Hex

#EFCEFC
(239,206,252)
0 Favorites   0 Comments

Color spaces of #efcefc

RGB 239206252
HSL0.790.880.90
HSV283°18°99°
CMYK 0.050.180.00   0.01
XYZ75.238669.5216101.5490
Yxy69.52160.30550.2823
Hunter Lab83.379615.1573-13.8442
CIE-Lab86.761719.5890-18.2295

#efcefc color RGB value is (239,206,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 11111100
Octal 357 316 374
Decimal 239 206 252
Hex EF CE FC

RGB Percentages of Color #efcefc

%34.29
%29.56
%36.15

CMYK Percentages of Color #efcefc

%5
%18
%0
%1

Triadic Colors of #efcefc

#efcefc #fcefce #cefcef

Analogous Colors of #efcefc

#efcefc #fccef2 #d8cefc

Monochromatic Colors of #efcefc

#efcefc

Complementary Color

#efcefc #dbfcce

#efcefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcefc Color CSS Codes

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

#efcefc Text Font Color

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

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


#efcefc Background Color

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

This div background color is #efcefc


#efcefc Border Color

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

This div border color is #efcefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcefc


Comments

No comments written yet.

Please login to write comment.