Color Hex Logo

#ccbecf Color Hex

#CCBECF
(204,190,207)
0 Favorites   0 Comments

Color spaces of #ccbecf

RGB 204190207
HSL0.800.150.78
HSV289°81°
CMYK 0.010.080.00   0.19
XYZ54.577854.169366.6106
Yxy54.16930.31120.3089
Hunter Lab73.59983.5667-2.1398
CIE-Lab78.56037.9999-6.7467

#ccbecf color RGB value is (204,190,207).

#ccbecf hex color red value is 204, green value is 190 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ccbecf hue: 0.80 , saturation: 0.15 and the lightness value of ccbecf is 0.78.

The process color (four color CMYK) of #ccbecf color hex is 0.01, 0.08, 0.00, 0.19. Web safe color of #ccbecf is #cccccc. Color #ccbecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11001111
Octal 314 276 317
Decimal 204 190 207
Hex CC BE CF

RGB Percentages of Color #ccbecf

%33.94
%31.61
%34.44

CMYK Percentages of Color #ccbecf

%1
%8
%0
%19

Triadic Colors of #ccbecf

#ccbecf #cfccbe #becfcc

Analogous Colors of #ccbecf

#ccbecf #cfbeca #c4becf

Monochromatic Colors of #ccbecf

#ccbecf

Complementary Color

#ccbecf #c1cfbe

#ccbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbecf Color CSS Codes

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

#ccbecf Text Font Color

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

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


#ccbecf Background Color

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

This div background color is #ccbecf


#ccbecf Border Color

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

This div border color is #ccbecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbecf


Comments

No comments written yet.

Please login to write comment.