Color Hex Logo

#ccbfda Color Hex

#CCBFDA
(204,191,218)
0 Favorites   0 Comments

Color spaces of #ccbfda

RGB 204191218
HSL0.750.270.80
HSV269°12°85°
CMYK 0.060.120.00   0.15
XYZ56.187555.160974.0154
Yxy55.16090.30310.2976
Hunter Lab74.27045.0668-7.0972
CIE-Lab79.13399.5740-11.8295

#ccbfda color RGB value is (204,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 11011010
Octal 314 277 332
Decimal 204 191 218
Hex CC BF DA

RGB Percentages of Color #ccbfda

%33.28
%31.16
%35.56

CMYK Percentages of Color #ccbfda

%6
%12
%0
%15

Triadic Colors of #ccbfda

#ccbfda #daccbf #bfdacc

Analogous Colors of #ccbfda

#ccbfda #dabfda #bfc0da

Monochromatic Colors of #ccbfda

#ccbfda

Complementary Color

#ccbfda #cddabf

#ccbfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbfda Color CSS Codes

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

#ccbfda Text Font Color

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

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


#ccbfda Background Color

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

This div background color is #ccbfda


#ccbfda Border Color

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

This div border color is #ccbfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbfda


Comments

No comments written yet.

Please login to write comment.