Color Hex Logo

#efcaf6 Color Hex

#EFCAF6
(239,202,246)
0 Favorites   0 Comments

Color spaces of #efcaf6

RGB 239202246
HSL0.810.710.88
HSV290°18°96°
CMYK 0.030.180.00   0.04
XYZ73.351767.245696.3024
Yxy67.24560.30960.2839
Hunter Lab82.003416.1615-12.2260
CIE-Lab85.627820.5771-16.7595

#efcaf6 color RGB value is (239,202,246).

#efcaf6 hex color red value is 239, green value is 202 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #efcaf6 hue: 0.81 , saturation: 0.71 and the lightness value of efcaf6 is 0.88.

The process color (four color CMYK) of #efcaf6 color hex is 0.03, 0.18, 0.00, 0.04. Web safe color of #efcaf6 is #ffccff. Color #efcaf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11110110
Octal 357 312 366
Decimal 239 202 246
Hex EF CA F6

RGB Percentages of Color #efcaf6

%34.79
%29.40
%35.81

CMYK Percentages of Color #efcaf6

%3
%18
%0
%4

Triadic Colors of #efcaf6

#efcaf6 #f6efca #caf6ef

Analogous Colors of #efcaf6

#efcaf6 #f6cae7 #d9caf6

Monochromatic Colors of #efcaf6

#efcaf6

Complementary Color

#efcaf6 #d1f6ca

#efcaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcaf6 Color CSS Codes

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

#efcaf6 Text Font Color

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

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


#efcaf6 Background Color

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

This div background color is #efcaf6


#efcaf6 Border Color

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

This div border color is #efcaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcaf6


Comments

No comments written yet.

Please login to write comment.