Color Hex Logo

#ccbdfc Color Hex

#CCBDFC
(204,189,252)
0 Favorites   0 Comments

Color spaces of #ccbdfc

RGB 204189252
HSL0.710.910.86
HSV254°25°99°
CMYK 0.190.250.00   0.01
XYZ60.670156.260899.7572
Yxy56.26080.28000.2596
Hunter Lab75.007213.1184-26.3488
CIE-Lab79.762017.7415-29.1417

#ccbdfc color RGB value is (204,189,252).

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

The process color (four color CMYK) of #ccbdfc color hex is 0.19, 0.25, 0.00, 0.01. Web safe color of #ccbdfc is #ccccff. Color #ccbdfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 11111100
Octal 314 275 374
Decimal 204 189 252
Hex CC BD FC

RGB Percentages of Color #ccbdfc

%31.63
%29.30
%39.07

CMYK Percentages of Color #ccbdfc

%19
%25
%0
%1

Triadic Colors of #ccbdfc

#ccbdfc #fcccbd #bdfccc

Analogous Colors of #ccbdfc

#ccbdfc #ecbdfc #bdcefc

Monochromatic Colors of #ccbdfc

#ccbdfc

Complementary Color

#ccbdfc #edfcbd

#ccbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdfc Color CSS Codes

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

#ccbdfc Text Font Color

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

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


#ccbdfc Background Color

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

This div background color is #ccbdfc


#ccbdfc Border Color

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

This div border color is #ccbdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdfc


Comments

No comments written yet.

Please login to write comment.