Color Hex Logo

#cbddee Color Hex

#CBDDEE
(203,221,238)
0 Favorites   0 Comments

Color spaces of #cbddee

RGB 203221238
HSL0.580.510.86
HSV209°15°93°
CMYK 0.150.070.00   0.07
XYZ65.917770.582591.0385
Yxy70.58250.28970.3102
Hunter Lab84.0134-6.9707-5.4384
CIE-Lab87.2818-2.6006-10.3442

#cbddee color RGB value is (203,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011101 11101110
Octal 313 335 356
Decimal 203 221 238
Hex CB DD EE

RGB Percentages of Color #cbddee

%30.66
%33.38
%35.95

CMYK Percentages of Color #cbddee

%15
%7
%0
%7

Triadic Colors of #cbddee

#cbddee #eecbdd #ddeecb

Analogous Colors of #cbddee

#cbddee #cbccee #cbeeee

Monochromatic Colors of #cbddee

#cbddee

Complementary Color

#cbddee #eedccb

#cbddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbddee Color CSS Codes

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

#cbddee Text Font Color

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

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


#cbddee Background Color

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

This div background color is #cbddee


#cbddee Border Color

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

This div border color is #cbddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbddee


Comments

No comments written yet.

Please login to write comment.