Color Hex Logo

#ccbbf4 Color Hex

#CCBBF4
(204,187,244)
0 Favorites   0 Comments

Color spaces of #ccbbf4

RGB 204187244
HSL0.720.720.85
HSV258°23°96°
CMYK 0.160.230.00   0.04
XYZ59.001354.909793.0769
Yxy54.90970.28500.2653
Hunter Lab74.101112.4497-22.6022
CIE-Lab78.989217.0886-26.0376

#ccbbf4 color RGB value is (204,187,244).

#ccbbf4 hex color red value is 204, green value is 187 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #ccbbf4 hue: 0.72 , saturation: 0.72 and the lightness value of ccbbf4 is 0.85.

The process color (four color CMYK) of #ccbbf4 color hex is 0.16, 0.23, 0.00, 0.04. Web safe color of #ccbbf4 is #ccccff. Color #ccbbf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11110100
Octal 314 273 364
Decimal 204 187 244
Hex CC BB F4

RGB Percentages of Color #ccbbf4

%32.13
%29.45
%38.43

CMYK Percentages of Color #ccbbf4

%16
%23
%0
%4

Triadic Colors of #ccbbf4

#ccbbf4 #f4ccbb #bbf4cc

Analogous Colors of #ccbbf4

#ccbbf4 #e9bbf4 #bbc7f4

Monochromatic Colors of #ccbbf4

#ccbbf4

Complementary Color

#ccbbf4 #e3f4bb

#ccbbf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbf4 Color CSS Codes

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

#ccbbf4 Text Font Color

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

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


#ccbbf4 Background Color

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

This div background color is #ccbbf4


#ccbbf4 Border Color

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

This div border color is #ccbbf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbf4


Comments

No comments written yet.

Please login to write comment.