Color Hex Logo

#ccbfd9 Color Hex

#CCBFD9
(204,191,217)
0 Favorites   0 Comments

Color spaces of #ccbfd9

RGB 204191217
HSL0.750.250.80
HSV270°12°85°
CMYK 0.060.120.00   0.15
XYZ56.057055.108773.3282
Yxy55.10870.30380.2987
Hunter Lab74.23524.8784-6.6009
CIE-Lab79.10389.3783-11.3353

#ccbfd9 color RGB value is (204,191,217).

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

The process color (four color CMYK) of #ccbfd9 color hex is 0.06, 0.12, 0.00, 0.15. Web safe color of #ccbfd9 is #cccccc. Color #ccbfd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 11011001
Octal 314 277 331
Decimal 204 191 217
Hex CC BF D9

RGB Percentages of Color #ccbfd9

%33.33
%31.21
%35.46

CMYK Percentages of Color #ccbfd9

%6
%12
%0
%15

Triadic Colors of #ccbfd9

#ccbfd9 #d9ccbf #bfd9cc

Analogous Colors of #ccbfd9

#ccbfd9 #d9bfd9 #bfbfd9

Monochromatic Colors of #ccbfd9

#ccbfd9

Complementary Color

#ccbfd9 #ccd9bf

#ccbfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbfd9 Color CSS Codes

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

#ccbfd9 Text Font Color

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

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


#ccbfd9 Background Color

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

This div background color is #ccbfd9


#ccbfd9 Border Color

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

This div border color is #ccbfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbfd9


Comments

No comments written yet.

Please login to write comment.