Color Hex Logo

#cbd6ec Color Hex

#CBD6EC
(203,214,236)
0 Favorites   0 Comments

Color spaces of #cbd6ec

RGB 203214236
HSL0.610.460.86
HSV220°14°93°
CMYK 0.140.090.00   0.07
XYZ63.815566.845888.8960
Yxy66.84580.29070.3045
Hunter Lab81.7593-3.7543-7.2339
CIE-Lab85.42600.6426-12.0540

#cbd6ec color RGB value is (203,214,236).

#cbd6ec hex color red value is 203, green value is 214 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cbd6ec hue: 0.61 , saturation: 0.46 and the lightness value of cbd6ec is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 11101100
Octal 313 326 354
Decimal 203 214 236
Hex CB D6 EC

RGB Percentages of Color #cbd6ec

%31.09
%32.77
%36.14

CMYK Percentages of Color #cbd6ec

%14
%9
%0
%7

Triadic Colors of #cbd6ec

#cbd6ec #eccbd6 #d6eccb

Analogous Colors of #cbd6ec

#cbd6ec #d1cbec #cbe7ec

Monochromatic Colors of #cbd6ec

#cbd6ec

Complementary Color

#cbd6ec #ece1cb

#cbd6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd6ec Color CSS Codes

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

#cbd6ec Text Font Color

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

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


#cbd6ec Background Color

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

This div background color is #cbd6ec


#cbd6ec Border Color

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

This div border color is #cbd6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd6ec


Comments

No comments written yet.

Please login to write comment.