Color Hex Logo

#ccb5ce Color Hex

#CCB5CE
(204,181,206)
0 Favorites   0 Comments

Color spaces of #ccb5ce

RGB 204181206
HSL0.820.200.76
HSV295°12°81°
CMYK 0.010.120.00   0.19
XYZ52.566350.341365.3388
Yxy50.34130.31240.2992
Hunter Lab70.95168.0810-4.9336
CIE-Lab76.278312.6668-9.5938

#ccb5ce color RGB value is (204,181,206).

#ccb5ce hex color red value is 204, green value is 181 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ccb5ce hue: 0.82 , saturation: 0.20 and the lightness value of ccb5ce is 0.76.

The process color (four color CMYK) of #ccb5ce color hex is 0.01, 0.12, 0.00, 0.19. Web safe color of #ccb5ce is #cccccc. Color #ccb5ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 11001110
Octal 314 265 316
Decimal 204 181 206
Hex CC B5 CE

RGB Percentages of Color #ccb5ce

%34.52
%30.63
%34.86

CMYK Percentages of Color #ccb5ce

%1
%12
%0
%19

Triadic Colors of #ccb5ce

#ccb5ce #ceccb5 #b5cecc

Analogous Colors of #ccb5ce

#ccb5ce #ceb5c4 #c0b5ce

Monochromatic Colors of #ccb5ce

#ccb5ce

Complementary Color

#ccb5ce #b7ceb5

#ccb5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb5ce Color CSS Codes

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

#ccb5ce Text Font Color

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

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


#ccb5ce Background Color

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

This div background color is #ccb5ce


#ccb5ce Border Color

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

This div border color is #ccb5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb5ce


Comments

No comments written yet.

Please login to write comment.