Color Hex Logo

#cbbcec Color Hex

#CBBCEC
(203,188,236)
0 Favorites   0 Comments

Color spaces of #cbbcec

RGB 203188236
HSL0.720.560.83
HSV259°20°93°
CMYK 0.140.200.00   0.07
XYZ57.752154.719186.8749
Yxy54.71910.28970.2745
Hunter Lab73.97249.9079-17.8509
CIE-Lab78.879214.5312-21.9141

#cbbcec color RGB value is (203,188,236).

#cbbcec hex color red value is 203, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cbbcec hue: 0.72 , saturation: 0.56 and the lightness value of cbbcec is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 11101100
Octal 313 274 354
Decimal 203 188 236
Hex CB BC EC

RGB Percentages of Color #cbbcec

%32.38
%29.98
%37.64

CMYK Percentages of Color #cbbcec

%14
%20
%0
%7

Triadic Colors of #cbbcec

#cbbcec #eccbbc #bceccb

Analogous Colors of #cbbcec

#cbbcec #e3bcec #bcc5ec

Monochromatic Colors of #cbbcec

#cbbcec

Complementary Color

#cbbcec #ddecbc

#cbbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbcec Color CSS Codes

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

#cbbcec Text Font Color

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

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


#cbbcec Background Color

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

This div background color is #cbbcec


#cbbcec Border Color

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

This div border color is #cbbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbcec


Comments

No comments written yet.

Please login to write comment.