Color Hex Logo

#ccbdca Color Hex

#CCBDCA
(204,189,202)
0 Favorites   0 Comments

Color spaces of #ccbdca

RGB 204189202
HSL0.860.130.77
HSV308°80°
CMYK 0.000.070.01   0.20
XYZ53.760153.496863.3696
Yxy53.49680.31510.3135
Hunter Lab73.14153.2025-0.1696
CIE-Lab78.16747.6077-4.6247

#ccbdca color RGB value is (204,189,202).

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

The process color (four color CMYK) of #ccbdca color hex is 0.00, 0.07, 0.01, 0.20. Web safe color of #ccbdca is #cccccc. Color #ccbdca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 11001010
Octal 314 275 312
Decimal 204 189 202
Hex CC BD CA

RGB Percentages of Color #ccbdca

%34.29
%31.76
%33.95

CMYK Percentages of Color #ccbdca

%0
%7
%1
%20

Triadic Colors of #ccbdca

#ccbdca #caccbd #bdcacc

Analogous Colors of #ccbdca

#ccbdca #ccbdc3 #c7bdcc

Monochromatic Colors of #ccbdca

#ccbdca

Complementary Color

#ccbdca #bdccbf

#ccbdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdca Color CSS Codes

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

#ccbdca Text Font Color

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

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


#ccbdca Background Color

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

This div background color is #ccbdca


#ccbdca Border Color

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

This div border color is #ccbdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdca


Comments

No comments written yet.

Please login to write comment.