Color Hex Logo

#ccccfb Color Hex

#CCCCFB
(204,204,251)
0 Favorites   0 Comments

Color spaces of #ccccfb

RGB 204204251
HSL0.670.850.89
HSV240°19°98°
CMYK 0.190.190.00   0.02
XYZ63.907362.9881100.0564
Yxy62.98810.28160.2775
Hunter Lab79.36504.8452-19.1920
CIE-Lab83.43619.4296-23.0011

#ccccfb color RGB value is (204,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11111011
Octal 314 314 373
Decimal 204 204 251
Hex CC CC FB

RGB Percentages of Color #ccccfb

%30.96
%30.96
%38.09

CMYK Percentages of Color #ccccfb

%19
%19
%0
%2

Triadic Colors of #ccccfb

#ccccfb #fbcccc #ccfbcc

Analogous Colors of #ccccfb

#ccccfb #e4ccfb #cce4fb

Monochromatic Colors of #ccccfb

#ccccfb

Complementary Color

#ccccfb #fbfbcc

#ccccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccfb Color CSS Codes

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

#ccccfb Text Font Color

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

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


#ccccfb Background Color

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

This div background color is #ccccfb


#ccccfb Border Color

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

This div border color is #ccccfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,204,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 #ccccfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccfb


Comments

No comments written yet.

Please login to write comment.