Color Hex Logo

#ccaff4 Color Hex

#CCAFF4
(204,175,244)
0 Favorites   0 Comments

Color spaces of #ccaff4

RGB 204175244
HSL0.740.760.82
HSV265°28°96°
CMYK 0.160.280.00   0.04
XYZ56.560950.029092.2634
Yxy50.02900.28440.2516
Hunter Lab70.731218.9598-27.8274
CIE-Lab76.087123.6343-30.4867

#ccaff4 color RGB value is (204,175,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11110100
Octal 314 257 364
Decimal 204 175 244
Hex CC AF F4

RGB Percentages of Color #ccaff4

%32.74
%28.09
%39.17

CMYK Percentages of Color #ccaff4

%16
%28
%0
%4

Triadic Colors of #ccaff4

#ccaff4 #f4ccaf #aff4cc

Analogous Colors of #ccaff4

#ccaff4 #efaff4 #afb5f4

Monochromatic Colors of #ccaff4

#ccaff4

Complementary Color

#ccaff4 #d7f4af

#ccaff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaff4 Color CSS Codes

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

#ccaff4 Text Font Color

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

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


#ccaff4 Background Color

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

This div background color is #ccaff4


#ccaff4 Border Color

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

This div border color is #ccaff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaff4


Comments

No comments written yet.

Please login to write comment.