Color Hex Logo

#ccbddc Color Hex

#CCBDDC
(204,189,220)
0 Favorites   0 Comments

Color spaces of #ccbddc

RGB 204189220
HSL0.750.310.80
HSV269°14°86°
CMYK 0.070.140.00   0.14
XYZ56.017754.399975.2579
Yxy54.39990.30170.2930
Hunter Lab73.75636.4968-8.8677
CIE-Lab78.694311.0454-13.5658

#ccbddc color RGB value is (204,189,220).

#ccbddc hex color red value is 204, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ccbddc hue: 0.75 , saturation: 0.31 and the lightness value of ccbddc is 0.80.

The process color (four color CMYK) of #ccbddc color hex is 0.07, 0.14, 0.00, 0.14. Web safe color of #ccbddc is #cccccc. Color #ccbddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 11011100
Octal 314 275 334
Decimal 204 189 220
Hex CC BD DC

RGB Percentages of Color #ccbddc

%33.28
%30.83
%35.89

CMYK Percentages of Color #ccbddc

%7
%14
%0
%14

Triadic Colors of #ccbddc

#ccbddc #dcccbd #bddccc

Analogous Colors of #ccbddc

#ccbddc #dcbddc #bdbedc

Monochromatic Colors of #ccbddc

#ccbddc

Complementary Color

#ccbddc #cddcbd

#ccbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbddc Color CSS Codes

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

#ccbddc Text Font Color

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

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


#ccbddc Background Color

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

This div background color is #ccbddc


#ccbddc Border Color

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

This div border color is #ccbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbddc


Comments

No comments written yet.

Please login to write comment.