Color Hex Logo

#efceff Color Hex

#EFCEFF
(239,206,255)
0 Favorites   0 Comments

Color spaces of #efceff

RGB 239206255
HSL0.781.000.90
HSV280°19°100°
CMYK 0.060.190.00   0.00
XYZ75.717969.7133104.0730
Yxy69.71330.30350.2794
Hunter Lab83.494515.7593-15.4568
CIE-Lab86.856120.1624-19.6725

#efceff color RGB value is (239,206,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 11111111
Octal 357 316 377
Decimal 239 206 255
Hex EF CE FF

RGB Percentages of Color #efceff

%34.14
%29.43
%36.43

CMYK Percentages of Color #efceff

%6
%19
%0
%0

Triadic Colors of #efceff

#efceff #ffefce #ceffef

Analogous Colors of #efceff

#efceff #ffcef7 #d7ceff

Monochromatic Colors of #efceff

#efceff

Complementary Color

#efceff #deffce

#efceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efceff Color CSS Codes

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

#efceff Text Font Color

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

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


#efceff Background Color

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

This div background color is #efceff


#efceff Border Color

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

This div border color is #efceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efceff

Related Colors


Comments

No comments written yet.

Please login to write comment.