Color Hex Logo

#cbdbdd Color Hex

#CBDBDD
(203,219,221)
0 Favorites   0 Comments

Color spaces of #cbdbdd

RGB 203219221
HSL0.520.210.83
HSV187°87°
CMYK 0.080.010.00   0.13
XYZ63.011368.580078.3228
Yxy68.58000.30020.3267
Hunter Lab82.8130-9.10461.8939
CIE-Lab86.2956-4.9527-2.8288

#cbdbdd color RGB value is (203,219,221).

#cbdbdd hex color red value is 203, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cbdbdd hue: 0.52 , saturation: 0.21 and the lightness value of cbdbdd is 0.83.

The process color (four color CMYK) of #cbdbdd color hex is 0.08, 0.01, 0.00, 0.13. Web safe color of #cbdbdd is #cccccc. Color #cbdbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 11011101
Octal 313 333 335
Decimal 203 219 221
Hex CB DB DD

RGB Percentages of Color #cbdbdd

%31.57
%34.06
%34.37

CMYK Percentages of Color #cbdbdd

%8
%1
%0
%13

Triadic Colors of #cbdbdd

#cbdbdd #ddcbdb #dbddcb

Analogous Colors of #cbdbdd

#cbdbdd #cbd2dd #cbddd6

Monochromatic Colors of #cbdbdd

#cbdbdd

Complementary Color

#cbdbdd #ddcdcb

#cbdbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdbdd Color CSS Codes

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

#cbdbdd Text Font Color

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

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


#cbdbdd Background Color

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

This div background color is #cbdbdd


#cbdbdd Border Color

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

This div border color is #cbdbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdbdd

#cbdbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.