Color Hex Logo

#cccffb Color Hex

#CCCFFB
(204,207,251)
0 Favorites   0 Comments

Color spaces of #cccffb

RGB 204207251
HSL0.660.850.89
HSV236°19°98°
CMYK 0.190.180.00   0.02
XYZ64.627264.4281100.2964
Yxy64.42810.28180.2809
Hunter Lab80.26713.2521-17.8978
CIE-Lab84.18827.8266-21.8598

#cccffb color RGB value is (204,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 11111011
Octal 314 317 373
Decimal 204 207 251
Hex CC CF FB

RGB Percentages of Color #cccffb

%30.82
%31.27
%37.92

CMYK Percentages of Color #cccffb

%19
%18
%0
%2

Triadic Colors of #cccffb

#cccffb #fbcccf #cffbcc

Analogous Colors of #cccffb

#cccffb #e1ccfb #cce7fb

Monochromatic Colors of #cccffb

#cccffb

Complementary Color

#cccffb #fbf8cc

#cccffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccffb Color CSS Codes

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

#cccffb Text Font Color

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

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


#cccffb Background Color

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

This div background color is #cccffb


#cccffb Border Color

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

This div border color is #cccffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccffb


Comments

No comments written yet.

Please login to write comment.