Color Hex Logo

#efcdfc Color Hex

#EFCDFC
(239,205,252)
0 Favorites   0 Comments

Color spaces of #efcdfc

RGB 239205252
HSL0.790.890.90
HSV283°19°99°
CMYK 0.050.190.00   0.01
XYZ74.998669.0416101.4690
Yxy69.04160.30550.2812
Hunter Lab83.091315.7053-14.2396
CIE-Lab86.524620.1185-18.5868

#efcdfc color RGB value is (239,205,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 11111100
Octal 357 315 374
Decimal 239 205 252
Hex EF CD FC

RGB Percentages of Color #efcdfc

%34.34
%29.45
%36.21

CMYK Percentages of Color #efcdfc

%5
%19
%0
%1

Triadic Colors of #efcdfc

#efcdfc #fcefcd #cdfcef

Analogous Colors of #efcdfc

#efcdfc #fccdf2 #d8cdfc

Monochromatic Colors of #efcdfc

#efcdfc

Complementary Color

#efcdfc #dafccd

#efcdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcdfc Color CSS Codes

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

#efcdfc Text Font Color

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

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


#efcdfc Background Color

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

This div background color is #efcdfc


#efcdfc Border Color

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

This div border color is #efcdfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,205,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 #efcdfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcdfc


Comments

No comments written yet.

Please login to write comment.