Color Hex Logo

#cccbd5 Color Hex

#CCCBD5
(204,203,213)
0 Favorites   0 Comments

Color spaces of #cccbd5

RGB 204203213
HSL0.680.110.82
HSV246°84°
CMYK 0.040.050.00   0.16
XYZ58.268060.353371.5291
Yxy60.35330.30640.3174
Hunter Lab77.6874-2.0723-0.2089
CIE-Lab82.02982.2081-4.8448

#cccbd5 color RGB value is (204,203,213).

#cccbd5 hex color red value is 204, green value is 203 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #cccbd5 hue: 0.68 , saturation: 0.11 and the lightness value of cccbd5 is 0.82.

The process color (four color CMYK) of #cccbd5 color hex is 0.04, 0.05, 0.00, 0.16. Web safe color of #cccbd5 is #cccccc. Color #cccbd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 11010101
Octal 314 313 325
Decimal 204 203 213
Hex CC CB D5

RGB Percentages of Color #cccbd5

%32.90
%32.74
%34.35

CMYK Percentages of Color #cccbd5

%4
%5
%0
%16

Triadic Colors of #cccbd5

#cccbd5 #d5cccb #cbd5cc

Analogous Colors of #cccbd5

#cccbd5 #d1cbd5 #cbcfd5

Monochromatic Colors of #cccbd5

#cccbd5

Complementary Color

#cccbd5 #d4d5cb

#cccbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccbd5 Color CSS Codes

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

#cccbd5 Text Font Color

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

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


#cccbd5 Background Color

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

This div background color is #cccbd5


#cccbd5 Border Color

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

This div border color is #cccbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccbd5


Comments

No comments written yet.

Please login to write comment.