Color Hex Logo

#ccaff8 Color Hex

#CCAFF8
(204,175,248)
0 Favorites   0 Comments

Color spaces of #ccaff8

RGB 204175248
HSL0.730.840.83
HSV264°29°97°
CMYK 0.180.290.00   0.03
XYZ57.175150.274695.4975
Yxy50.27460.28170.2477
Hunter Lab70.904619.8534-30.2212
CIE-Lab76.237524.5027-32.4133

#ccaff8 color RGB value is (204,175,248).

#ccaff8 hex color red value is 204, green value is 175 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #ccaff8 hue: 0.73 , saturation: 0.84 and the lightness value of ccaff8 is 0.83.

The process color (four color CMYK) of #ccaff8 color hex is 0.18, 0.29, 0.00, 0.03. Web safe color of #ccaff8 is #cc99ff. Color #ccaff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11111000
Octal 314 257 370
Decimal 204 175 248
Hex CC AF F8

RGB Percentages of Color #ccaff8

%32.54
%27.91
%39.55

CMYK Percentages of Color #ccaff8

%18
%29
%0
%3

Triadic Colors of #ccaff8

#ccaff8 #f8ccaf #aff8cc

Analogous Colors of #ccaff8

#ccaff8 #f1aff8 #afb7f8

Monochromatic Colors of #ccaff8

#ccaff8

Complementary Color

#ccaff8 #dbf8af

#ccaff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaff8 Color CSS Codes

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

#ccaff8 Text Font Color

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

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


#ccaff8 Background Color

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

This div background color is #ccaff8


#ccaff8 Border Color

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

This div border color is #ccaff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaff8


Comments

No comments written yet.

Please login to write comment.