Color Hex Logo

#efcdff Color Hex

#EFCDFF
(239,205,255)
0 Favorites   0 Comments

Color spaces of #efcdff

RGB 239205255
HSL0.781.000.90
HSV281°20°100°
CMYK 0.060.200.00   0.00
XYZ75.477969.2334103.9930
Yxy69.23340.30350.2784
Hunter Lab83.206616.3083-15.8570
CIE-Lab86.619520.6918-20.0298

#efcdff color RGB value is (239,205,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 11111111
Octal 357 315 377
Decimal 239 205 255
Hex EF CD FF

RGB Percentages of Color #efcdff

%34.19
%29.33
%36.48

CMYK Percentages of Color #efcdff

%6
%20
%0
%0

Triadic Colors of #efcdff

#efcdff #ffefcd #cdffef

Analogous Colors of #efcdff

#efcdff #ffcdf6 #d6cdff

Monochromatic Colors of #efcdff

#efcdff

Complementary Color

#efcdff #ddffcd

#efcdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcdff Color CSS Codes

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

#efcdff Text Font Color

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

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


#efcdff Background Color

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

This div background color is #efcdff


#efcdff Border Color

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

This div border color is #efcdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcdff

Related Colors


Comments

No comments written yet.

Please login to write comment.