Color Hex Logo

#cccffc Color Hex

#CCCFFC
(204,207,252)
0 Favorites   0 Comments

Color spaces of #cccffc

RGB 204207252
HSL0.660.890.89
HSV236°19°99°
CMYK 0.190.180.00   0.01
XYZ64.785464.4913101.1290
Yxy64.49130.28120.2799
Hunter Lab80.30653.4644-18.4487
CIE-Lab84.22098.0439-22.3403

#cccffc color RGB value is (204,207,252).

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

The process color (four color CMYK) of #cccffc color hex is 0.19, 0.18, 0.00, 0.01. Web safe color of #cccffc is #ccccff. Color #cccffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 11111100
Octal 314 317 374
Decimal 204 207 252
Hex CC CF FC

RGB Percentages of Color #cccffc

%30.77
%31.22
%38.01

CMYK Percentages of Color #cccffc

%19
%18
%0
%1

Triadic Colors of #cccffc

#cccffc #fccccf #cffccc

Analogous Colors of #cccffc

#cccffc #e1ccfc #cce7fc

Monochromatic Colors of #cccffc

#cccffc

Complementary Color

#cccffc #fcf9cc

#cccffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccffc Color CSS Codes

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

#cccffc Text Font Color

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

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


#cccffc Background Color

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

This div background color is #cccffc


#cccffc Border Color

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

This div border color is #cccffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccffc

Related Colors


Comments

No comments written yet.

Please login to write comment.