Color Hex Logo

#cccffa Color Hex

#CCCFFA
(204,207,250)
0 Favorites   0 Comments

Color spaces of #cccffa

RGB 204207250
HSL0.660.820.89
HSV236°18°98°
CMYK 0.180.170.00   0.02
XYZ64.470064.365199.4683
Yxy64.36510.28240.2819
Hunter Lab80.22793.0414-17.3496
CIE-Lab84.15557.6107-21.3791

#cccffa color RGB value is (204,207,250).

#cccffa hex color red value is 204, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cccffa hue: 0.66 , saturation: 0.82 and the lightness value of cccffa is 0.89.

The process color (four color CMYK) of #cccffa color hex is 0.18, 0.17, 0.00, 0.02. Web safe color of #cccffa is #ccccff. Color #cccffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 11111010
Octal 314 317 372
Decimal 204 207 250
Hex CC CF FA

RGB Percentages of Color #cccffa

%30.86
%31.32
%37.82

CMYK Percentages of Color #cccffa

%18
%17
%0
%2

Triadic Colors of #cccffa

#cccffa #facccf #cffacc

Analogous Colors of #cccffa

#cccffa #e0ccfa #cce6fa

Monochromatic Colors of #cccffa

#cccffa

Complementary Color

#cccffa #faf7cc

#cccffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccffa Color CSS Codes

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

#cccffa Text Font Color

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

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


#cccffa Background Color

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

This div background color is #cccffa


#cccffa Border Color

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

This div border color is #cccffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccffa


Comments

No comments written yet.

Please login to write comment.