Color Hex Logo

#ccbdd1 Color Hex

#CCBDD1
(204,189,209)
0 Favorites   0 Comments

Color spaces of #ccbdd1

RGB 204189209
HSL0.790.180.78
HSV285°10°82°
CMYK 0.020.100.00   0.18
XYZ54.608153.836067.8348
Yxy53.83600.30980.3054
Hunter Lab73.37304.4464-3.4537
CIE-Lab78.36608.9144-8.1156

#ccbdd1 color RGB value is (204,189,209).

#ccbdd1 hex color red value is 204, green value is 189 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #ccbdd1 hue: 0.79 , saturation: 0.18 and the lightness value of ccbdd1 is 0.78.

The process color (four color CMYK) of #ccbdd1 color hex is 0.02, 0.10, 0.00, 0.18. Web safe color of #ccbdd1 is #cccccc. Color #ccbdd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 11010001
Octal 314 275 321
Decimal 204 189 209
Hex CC BD D1

RGB Percentages of Color #ccbdd1

%33.89
%31.40
%34.72

CMYK Percentages of Color #ccbdd1

%2
%10
%0
%18

Triadic Colors of #ccbdd1

#ccbdd1 #d1ccbd #bdd1cc

Analogous Colors of #ccbdd1

#ccbdd1 #d1bdcc #c2bdd1

Monochromatic Colors of #ccbdd1

#ccbdd1

Complementary Color

#ccbdd1 #c2d1bd

#ccbdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdd1 Color CSS Codes

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

#ccbdd1 Text Font Color

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

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


#ccbdd1 Background Color

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

This div background color is #ccbdd1


#ccbdd1 Border Color

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

This div border color is #ccbdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdd1


Comments

No comments written yet.

Please login to write comment.