Color Hex Logo

#ccbdd6 Color Hex

#CCBDD6
(204,189,214)
0 Favorites   0 Comments

Color spaces of #ccbdd6

RGB 204189214
HSL0.770.230.79
HSV276°12°84°
CMYK 0.050.120.00   0.16
XYZ55.237054.087671.1470
Yxy54.08760.30610.2997
Hunter Lab73.54435.3638-5.8764
CIE-Lab78.51289.8714-10.5986

#ccbdd6 color RGB value is (204,189,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 11010110
Octal 314 275 326
Decimal 204 189 214
Hex CC BD D6

RGB Percentages of Color #ccbdd6

%33.61
%31.14
%35.26

CMYK Percentages of Color #ccbdd6

%5
%12
%0
%16

Triadic Colors of #ccbdd6

#ccbdd6 #d6ccbd #bdd6cc

Analogous Colors of #ccbdd6

#ccbdd6 #d6bdd4 #c0bdd6

Monochromatic Colors of #ccbdd6

#ccbdd6

Complementary Color

#ccbdd6 #c7d6bd

#ccbdd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdd6 Color CSS Codes

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

#ccbdd6 Text Font Color

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

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


#ccbdd6 Background Color

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

This div background color is #ccbdd6


#ccbdd6 Border Color

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

This div border color is #ccbdd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdd6


Comments

No comments written yet.

Please login to write comment.