Color Hex Logo

#cccff7 Color Hex

#CCCFF7
(204,207,247)
0 Favorites   0 Comments

Color spaces of #cccff7

RGB 204207247
HSL0.660.730.88
HSV236°17°97°
CMYK 0.170.160.00   0.03
XYZ64.003264.178497.0100
Yxy64.17840.28420.2850
Hunter Lab80.11142.4135-15.7185
CIE-Lab84.05866.9656-19.9341

#cccff7 color RGB value is (204,207,247).

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

The process color (four color CMYK) of #cccff7 color hex is 0.17, 0.16, 0.00, 0.03. Web safe color of #cccff7 is #ccccff. Color #cccff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 11110111
Octal 314 317 367
Decimal 204 207 247
Hex CC CF F7

RGB Percentages of Color #cccff7

%31.00
%31.46
%37.54

CMYK Percentages of Color #cccff7

%17
%16
%0
%3

Triadic Colors of #cccff7

#cccff7 #f7cccf #cff7cc

Analogous Colors of #cccff7

#cccff7 #dfccf7 #cce5f7

Monochromatic Colors of #cccff7

#cccff7

Complementary Color

#cccff7 #f7f4cc

#cccff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccff7 Color CSS Codes

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

#cccff7 Text Font Color

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

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


#cccff7 Background Color

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

This div background color is #cccff7


#cccff7 Border Color

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

This div border color is #cccff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccff7

Related Colors


Comments

No comments written yet.

Please login to write comment.