Color Hex Logo

#cbdbe2 Color Hex

#CBDBE2
(203,219,226)
0 Favorites   0 Comments

Color spaces of #cbdbe2

RGB 203219226
HSL0.550.280.84
HSV198°10°89°
CMYK 0.100.030.00   0.11
XYZ63.687668.850581.8843
Yxy68.85050.29700.3211
Hunter Lab82.9762-8.2024-0.4264
CIE-Lab86.4300-3.9775-5.2732

#cbdbe2 color RGB value is (203,219,226).

#cbdbe2 hex color red value is 203, green value is 219 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #cbdbe2 hue: 0.55 , saturation: 0.28 and the lightness value of cbdbe2 is 0.84.

The process color (four color CMYK) of #cbdbe2 color hex is 0.10, 0.03, 0.00, 0.11. Web safe color of #cbdbe2 is #cccccc. Color #cbdbe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 11100010
Octal 313 333 342
Decimal 203 219 226
Hex CB DB E2

RGB Percentages of Color #cbdbe2

%31.33
%33.80
%34.88

CMYK Percentages of Color #cbdbe2

%10
%3
%0
%11

Triadic Colors of #cbdbe2

#cbdbe2 #e2cbdb #dbe2cb

Analogous Colors of #cbdbe2

#cbdbe2 #cbd0e2 #cbe2de

Monochromatic Colors of #cbdbe2

#cbdbe2

Complementary Color

#cbdbe2 #e2d2cb

#cbdbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdbe2 Color CSS Codes

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

#cbdbe2 Text Font Color

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

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


#cbdbe2 Background Color

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

This div background color is #cbdbe2


#cbdbe2 Border Color

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

This div border color is #cbdbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdbe2

#cbdbe2 Color Palettes


Comments

No comments written yet.

Please login to write comment.