Color Hex Logo

#cbbde0 Color Hex

#CBBDE0
(203,189,224)
0 Favorites   0 Comments

Color spaces of #cbbde0

RGB 203189224
HSL0.730.360.81
HSV264°16°88°
CMYK 0.090.160.00   0.12
XYZ56.280754.473578.0691
Yxy54.47350.29810.2885
Hunter Lab73.80626.9539-11.0502
CIE-Lab78.737011.5164-15.6672

#cbbde0 color RGB value is (203,189,224).

#cbbde0 hex color red value is 203, green value is 189 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #cbbde0 hue: 0.73 , saturation: 0.36 and the lightness value of cbbde0 is 0.81.

The process color (four color CMYK) of #cbbde0 color hex is 0.09, 0.16, 0.00, 0.12. Web safe color of #cbbde0 is #cccccc. Color #cbbde0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111101 11100000
Octal 313 275 340
Decimal 203 189 224
Hex CB BD E0

RGB Percentages of Color #cbbde0

%32.95
%30.68
%36.36

CMYK Percentages of Color #cbbde0

%9
%16
%0
%12

Triadic Colors of #cbbde0

#cbbde0 #e0cbbd #bde0cb

Analogous Colors of #cbbde0

#cbbde0 #ddbde0 #bdc1e0

Monochromatic Colors of #cbbde0

#cbbde0

Complementary Color

#cbbde0 #d2e0bd

#cbbde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbde0 Color CSS Codes

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

#cbbde0 Text Font Color

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

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


#cbbde0 Background Color

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

This div background color is #cbbde0


#cbbde0 Border Color

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

This div border color is #cbbde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbde0


Comments

No comments written yet.

Please login to write comment.