Color Hex Logo

#efcffd Color Hex

#EFCFFD
(239,207,253)
0 Favorites   0 Comments

Color spaces of #efcffd

RGB 239207253
HSL0.780.920.90
HSV282°18°99°
CMYK 0.060.180.00   0.01
XYZ75.639070.0682102.4664
Yxy70.06820.30480.2823
Hunter Lab83.706814.8092-13.9828
CIE-Lab87.030319.2503-18.3530

#efcffd color RGB value is (239,207,253).

#efcffd hex color red value is 239, green value is 207 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #efcffd hue: 0.78 , saturation: 0.92 and the lightness value of efcffd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 11111101
Octal 357 317 375
Decimal 239 207 253
Hex EF CF FD

RGB Percentages of Color #efcffd

%34.19
%29.61
%36.19

CMYK Percentages of Color #efcffd

%6
%18
%0
%1

Triadic Colors of #efcffd

#efcffd #fdefcf #cffdef

Analogous Colors of #efcffd

#efcffd #fdcff4 #d8cffd

Monochromatic Colors of #efcffd

#efcffd

Complementary Color

#efcffd #ddfdcf

#efcffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcffd Color CSS Codes

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

#efcffd Text Font Color

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

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


#efcffd Background Color

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

This div background color is #efcffd


#efcffd Border Color

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

This div border color is #efcffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcffd


Comments

No comments written yet.

Please login to write comment.