Color Hex Logo

#ccaff2 Color Hex

#CCAFF2
(204,175,242)
0 Favorites   0 Comments

Color spaces of #ccaff2

RGB 204175242
HSL0.740.720.82
HSV266°28°95°
CMYK 0.160.280.00   0.05
XYZ56.258849.908190.6725
Yxy49.90810.28580.2535
Hunter Lab70.645718.5189-26.6457
CIE-Lab76.012823.2042-29.5206

#ccaff2 color RGB value is (204,175,242).

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

The process color (four color CMYK) of #ccaff2 color hex is 0.16, 0.28, 0.00, 0.05. Web safe color of #ccaff2 is #cc99ff. Color #ccaff2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11110010
Octal 314 257 362
Decimal 204 175 242
Hex CC AF F2

RGB Percentages of Color #ccaff2

%32.85
%28.18
%38.97

CMYK Percentages of Color #ccaff2

%16
%28
%0
%5

Triadic Colors of #ccaff2

#ccaff2 #f2ccaf #aff2cc

Analogous Colors of #ccaff2

#ccaff2 #eeaff2 #afb4f2

Monochromatic Colors of #ccaff2

#ccaff2

Complementary Color

#ccaff2 #d5f2af

#ccaff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaff2 Color CSS Codes

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

#ccaff2 Text Font Color

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

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


#ccaff2 Background Color

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

This div background color is #ccaff2


#ccaff2 Border Color

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

This div border color is #ccaff2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaff2


Comments

No comments written yet.

Please login to write comment.