Color Hex Logo

#ccafea Color Hex

#CCAFEA
(204,175,234)
0 Favorites   0 Comments

Color spaces of #ccafea

RGB 204175234
HSL0.750.580.80
HSV269°25°92°
CMYK 0.130.250.00   0.08
XYZ55.083149.437884.4812
Yxy49.43780.29140.2616
Hunter Lab70.312016.7926-22.0196
CIE-Lab75.722921.5089-25.6364

#ccafea color RGB value is (204,175,234).

#ccafea hex color red value is 204, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ccafea hue: 0.75 , saturation: 0.58 and the lightness value of ccafea is 0.80.

The process color (four color CMYK) of #ccafea color hex is 0.13, 0.25, 0.00, 0.08. Web safe color of #ccafea is #cc99ff. Color #ccafea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11101010
Octal 314 257 352
Decimal 204 175 234
Hex CC AF EA

RGB Percentages of Color #ccafea

%33.28
%28.55
%38.17

CMYK Percentages of Color #ccafea

%13
%25
%0
%8

Triadic Colors of #ccafea

#ccafea #eaccaf #afeacc

Analogous Colors of #ccafea

#ccafea #eaafea #afb0ea

Monochromatic Colors of #ccafea

#ccafea

Complementary Color

#ccafea #cdeaaf

#ccafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafea Color CSS Codes

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

#ccafea Text Font Color

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

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


#ccafea Background Color

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

This div background color is #ccafea


#ccafea Border Color

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

This div border color is #ccafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafea


Comments

No comments written yet.

Please login to write comment.