Color Hex Logo

#efc4ff Color Hex

#EFC4FF
(239,196,255)
0 Favorites   0 Comments

Color spaces of #efc4ff

RGB 239196255
HSL0.791.000.88
HSV284°23°100°
CMYK 0.060.230.00   0.00
XYZ73.386565.0506103.2959
Yxy65.05060.30360.2691
Hunter Lab80.654021.2716-19.4767
CIE-Lab84.509825.4686-23.2261

#efc4ff color RGB value is (239,196,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 11111111
Octal 357 304 377
Decimal 239 196 255
Hex EF C4 FF

RGB Percentages of Color #efc4ff

%34.64
%28.41
%36.96

CMYK Percentages of Color #efc4ff

%6
%23
%0
%0

Triadic Colors of #efc4ff

#efc4ff #ffefc4 #c4ffef

Analogous Colors of #efc4ff

#efc4ff #ffc4f2 #d2c4ff

Monochromatic Colors of #efc4ff

#efc4ff

Complementary Color

#efc4ff #d4ffc4

#efc4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc4ff Color CSS Codes

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

#efc4ff Text Font Color

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

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


#efc4ff Background Color

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

This div background color is #efc4ff


#efc4ff Border Color

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

This div border color is #efc4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.