Color Hex Logo

#ccafef Color Hex

#CCAFEF
(204,175,239)
0 Favorites   0 Comments

Color spaces of #ccafef

RGB 204175239
HSL0.740.670.81
HSV267°27°94°
CMYK 0.150.270.00   0.06
XYZ55.811849.729388.3185
Yxy49.72930.28790.2565
Hunter Lab70.519017.8644-24.8919
CIE-Lab75.902822.5636-28.0677

#ccafef color RGB value is (204,175,239).

#ccafef hex color red value is 204, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ccafef hue: 0.74 , saturation: 0.67 and the lightness value of ccafef is 0.81.

The process color (four color CMYK) of #ccafef color hex is 0.15, 0.27, 0.00, 0.06. Web safe color of #ccafef is #cc99ff. Color #ccafef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11101111
Octal 314 257 357
Decimal 204 175 239
Hex CC AF EF

RGB Percentages of Color #ccafef

%33.01
%28.32
%38.67

CMYK Percentages of Color #ccafef

%15
%27
%0
%6

Triadic Colors of #ccafef

#ccafef #efccaf #afefcc

Analogous Colors of #ccafef

#ccafef #ecafef #afb2ef

Monochromatic Colors of #ccafef

#ccafef

Complementary Color

#ccafef #d2efaf

#ccafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafef Color CSS Codes

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

#ccafef Text Font Color

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

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


#ccafef Background Color

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

This div background color is #ccafef


#ccafef Border Color

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

This div border color is #ccafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafef


Comments

No comments written yet.

Please login to write comment.