Color Hex Logo

#ccbefc Color Hex

#CCBEFC
(204,190,252)
0 Favorites   0 Comments

Color spaces of #ccbefc

RGB 204190252
HSL0.700.910.87
HSV254°25°99°
CMYK 0.190.250.00   0.01
XYZ60.886056.692699.8292
Yxy56.69260.28010.2608
Hunter Lab75.294512.5766-25.9035
CIE-Lab80.006417.1983-28.7671

#ccbefc color RGB value is (204,190,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11111100
Octal 314 276 374
Decimal 204 190 252
Hex CC BE FC

RGB Percentages of Color #ccbefc

%31.58
%29.41
%39.01

CMYK Percentages of Color #ccbefc

%19
%25
%0
%1

Triadic Colors of #ccbefc

#ccbefc #fcccbe #befccc

Analogous Colors of #ccbefc

#ccbefc #ebbefc #becffc

Monochromatic Colors of #ccbefc

#ccbefc

Complementary Color

#ccbefc #eefcbe

#ccbefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbefc Color CSS Codes

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

#ccbefc Text Font Color

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

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


#ccbefc Background Color

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

This div background color is #ccbefc


#ccbefc Border Color

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

This div border color is #ccbefc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,190,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 #ccbefc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbefc


Comments

No comments written yet.

Please login to write comment.