Color Hex Logo

#cbd9eb Color Hex

#CBD9EB
(203,217,235)
0 Favorites   0 Comments

Color spaces of #cbd9eb

RGB 203217235
HSL0.590.440.86
HSV214°14°92°
CMYK 0.140.080.00   0.08
XYZ64.436968.320488.3882
Yxy68.32040.29140.3089
Hunter Lab82.6562-5.4936-5.5423
CIE-Lab86.1664-1.1322-10.4208

#cbd9eb color RGB value is (203,217,235).

#cbd9eb hex color red value is 203, green value is 217 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbd9eb hue: 0.59 , saturation: 0.44 and the lightness value of cbd9eb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 11101011
Octal 313 331 353
Decimal 203 217 235
Hex CB D9 EB

RGB Percentages of Color #cbd9eb

%30.99
%33.13
%35.88

CMYK Percentages of Color #cbd9eb

%14
%8
%0
%8

Triadic Colors of #cbd9eb

#cbd9eb #ebcbd9 #d9ebcb

Analogous Colors of #cbd9eb

#cbd9eb #cdcbeb #cbe9eb

Monochromatic Colors of #cbd9eb

#cbd9eb

Complementary Color

#cbd9eb #ebddcb

#cbd9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd9eb Color CSS Codes

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

#cbd9eb Text Font Color

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

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


#cbd9eb Background Color

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

This div background color is #cbd9eb


#cbd9eb Border Color

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

This div border color is #cbd9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd9eb


Comments

No comments written yet.

Please login to write comment.