Color Hex Logo

#cbd9ee Color Hex

#CBD9EE
(203,217,238)
0 Favorites   0 Comments

Color spaces of #cbd9ee

RGB 203217238
HSL0.600.510.86
HSV216°15°93°
CMYK 0.150.090.00   0.07
XYZ64.874168.495390.6906
Yxy68.49530.28950.3057
Hunter Lab82.7619-4.9135-7.0367
CIE-Lab86.2535-0.5165-11.8768

#cbd9ee color RGB value is (203,217,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 11101110
Octal 313 331 356
Decimal 203 217 238
Hex CB D9 EE

RGB Percentages of Color #cbd9ee

%30.85
%32.98
%36.17

CMYK Percentages of Color #cbd9ee

%15
%9
%0
%7

Triadic Colors of #cbd9ee

#cbd9ee #eecbd9 #d9eecb

Analogous Colors of #cbd9ee

#cbd9ee #cfcbee #cbebee

Monochromatic Colors of #cbd9ee

#cbd9ee

Complementary Color

#cbd9ee #eee0cb

#cbd9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd9ee Color CSS Codes

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

#cbd9ee Text Font Color

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

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


#cbd9ee Background Color

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

This div background color is #cbd9ee


#cbd9ee Border Color

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

This div border color is #cbd9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd9ee


Comments

No comments written yet.

Please login to write comment.