Color Hex Logo

#ccbfdb Color Hex

#CCBFDB
(204,191,219)
0 Favorites   0 Comments

Color spaces of #ccbfdb

RGB 204191219
HSL0.740.280.80
HSV268°13°86°
CMYK 0.070.130.00   0.14
XYZ56.318855.213474.7068
Yxy55.21340.30240.2965
Hunter Lab74.30575.2561-7.5960
CIE-Lab79.16409.7706-12.3233

#ccbfdb color RGB value is (204,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 11011011
Octal 314 277 333
Decimal 204 191 219
Hex CC BF DB

RGB Percentages of Color #ccbfdb

%33.22
%31.11
%35.67

CMYK Percentages of Color #ccbfdb

%7
%13
%0
%14

Triadic Colors of #ccbfdb

#ccbfdb #dbccbf #bfdbcc

Analogous Colors of #ccbfdb

#ccbfdb #dabfdb #bfc0db

Monochromatic Colors of #ccbfdb

#ccbfdb

Complementary Color

#ccbfdb #cedbbf

#ccbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbfdb Color CSS Codes

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

#ccbfdb Text Font Color

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

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


#ccbfdb Background Color

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

This div background color is #ccbfdb


#ccbfdb Border Color

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

This div border color is #ccbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbfdb


Comments

No comments written yet.

Please login to write comment.