Color Hex Logo

#cbbecc Color Hex

#CBBECC
(203,190,204)
0 Favorites   0 Comments

Color spaces of #cbbecc

RGB 203190204
HSL0.820.120.77
HSV296°80°
CMYK 0.000.070.00   0.20
XYZ53.941153.883164.6842
Yxy53.88310.31270.3124
Hunter Lab73.40512.7102-0.8625
CIE-Lab78.39357.0965-5.3816

#cbbecc color RGB value is (203,190,204).

#cbbecc hex color red value is 203, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cbbecc hue: 0.82 , saturation: 0.12 and the lightness value of cbbecc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 11001100
Octal 313 276 314
Decimal 203 190 204
Hex CB BE CC

RGB Percentages of Color #cbbecc

%34.00
%31.83
%34.17

CMYK Percentages of Color #cbbecc

%0
%7
%0
%20

Triadic Colors of #cbbecc

#cbbecc #cccbbe #becccb

Analogous Colors of #cbbecc

#cbbecc #ccbec6 #c4becc

Monochromatic Colors of #cbbecc

#cbbecc

Complementary Color

#cbbecc #bfccbe

#cbbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbecc Color CSS Codes

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

#cbbecc Text Font Color

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

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


#cbbecc Background Color

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

This div background color is #cbbecc


#cbbecc Border Color

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

This div border color is #cbbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbecc

#cbbecc Color Palettes


Comments

No comments written yet.

Please login to write comment.