Color Hex Logo

#ccbbd3 Color Hex

#CCBBD3
(204,187,211)
0 Favorites   0 Comments

Color spaces of #ccbbd3

RGB 204187211
HSL0.780.210.78
HSV283°11°83°
CMYK 0.030.110.00   0.17
XYZ54.430053.081269.0049
Yxy53.08120.30840.3007
Hunter Lab72.85685.8546-5.1555
CIE-Lab77.922910.3719-9.8561

#ccbbd3 color RGB value is (204,187,211).

#ccbbd3 hex color red value is 204, green value is 187 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #ccbbd3 hue: 0.78 , saturation: 0.21 and the lightness value of ccbbd3 is 0.78.

The process color (four color CMYK) of #ccbbd3 color hex is 0.03, 0.11, 0.00, 0.17. Web safe color of #ccbbd3 is #cccccc. Color #ccbbd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11010011
Octal 314 273 323
Decimal 204 187 211
Hex CC BB D3

RGB Percentages of Color #ccbbd3

%33.89
%31.06
%35.05

CMYK Percentages of Color #ccbbd3

%3
%11
%0
%17

Triadic Colors of #ccbbd3

#ccbbd3 #d3ccbb #bbd3cc

Analogous Colors of #ccbbd3

#ccbbd3 #d3bbce #c0bbd3

Monochromatic Colors of #ccbbd3

#ccbbd3

Complementary Color

#ccbbd3 #c2d3bb

#ccbbd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbd3 Color CSS Codes

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

#ccbbd3 Text Font Color

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

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


#ccbbd3 Background Color

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

This div background color is #ccbbd3


#ccbbd3 Border Color

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

This div border color is #ccbbd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbd3


Comments

No comments written yet.

Please login to write comment.