Color Hex Logo

#cbdbe5 Color Hex

#CBDBE5
(203,219,229)
0 Favorites   0 Comments

Color spaces of #cbdbe5

RGB 203219229
HSL0.560.330.85
HSV203°11°90°
CMYK 0.110.040.00   0.10
XYZ64.103069.016784.0717
Yxy69.01670.29510.3178
Hunter Lab83.0763-7.6500-1.8470
CIE-Lab86.5123-3.3832-6.7365

#cbdbe5 color RGB value is (203,219,229).

#cbdbe5 hex color red value is 203, green value is 219 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cbdbe5 hue: 0.56 , saturation: 0.33 and the lightness value of cbdbe5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 11100101
Octal 313 333 345
Decimal 203 219 229
Hex CB DB E5

RGB Percentages of Color #cbdbe5

%31.18
%33.64
%35.18

CMYK Percentages of Color #cbdbe5

%11
%4
%0
%10

Triadic Colors of #cbdbe5

#cbdbe5 #e5cbdb #dbe5cb

Analogous Colors of #cbdbe5

#cbdbe5 #cbcee5 #cbe5e2

Monochromatic Colors of #cbdbe5

#cbdbe5

Complementary Color

#cbdbe5 #e5d5cb

#cbdbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdbe5 Color CSS Codes

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

#cbdbe5 Text Font Color

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

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


#cbdbe5 Background Color

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

This div background color is #cbdbe5


#cbdbe5 Border Color

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

This div border color is #cbdbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdbe5


Comments

No comments written yet.

Please login to write comment.