Color Hex Logo

#ccaffd Color Hex

#CCAFFD
(204,175,253)
1 Favorites   0 Comments

Color spaces of #ccaffd

RGB 204175253
HSL0.730.950.84
HSV262°31°99°
CMYK 0.190.310.00   0.01
XYZ57.961450.589299.6383
Yxy50.58920.27840.2430
Hunter Lab71.126120.9909-33.2692
CIE-Lab76.429525.6012-34.8103

#ccaffd color RGB value is (204,175,253).

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

The process color (four color CMYK) of #ccaffd color hex is 0.19, 0.31, 0.00, 0.01. Web safe color of #ccaffd is #cc99ff. Color #ccaffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11111101
Octal 314 257 375
Decimal 204 175 253
Hex CC AF FD

RGB Percentages of Color #ccaffd

%32.28
%27.69
%40.03

CMYK Percentages of Color #ccaffd

%19
%31
%0
%1

Triadic Colors of #ccaffd

#ccaffd #fdccaf #affdcc

Analogous Colors of #ccaffd

#ccaffd #f3affd #afb9fd

Monochromatic Colors of #ccaffd

#ccaffd

Complementary Color

#ccaffd #e0fdaf

#ccaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaffd Color CSS Codes

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

#ccaffd Text Font Color

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

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


#ccaffd Background Color

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

This div background color is #ccaffd


#ccaffd Border Color

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

This div border color is #ccaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaffd


Comments

No comments written yet.

Please login to write comment.