Color Hex Logo

#cbbdee Color Hex

#CBBDEE
(203,189,238)
0 Favorites   0 Comments

Color spaces of #cbbdee

RGB 203189238
HSL0.710.590.84
HSV257°21°93°
CMYK 0.150.210.00   0.07
XYZ58.258855.264788.4855
Yxy55.26470.28840.2736
Hunter Lab74.34029.7911-18.5334
CIE-Lab79.193514.4114-22.5115

#cbbdee color RGB value is (203,189,238).

#cbbdee hex color red value is 203, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cbbdee hue: 0.71 , saturation: 0.59 and the lightness value of cbbdee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111101 11101110
Octal 313 275 356
Decimal 203 189 238
Hex CB BD EE

RGB Percentages of Color #cbbdee

%32.22
%30.00
%37.78

CMYK Percentages of Color #cbbdee

%15
%21
%0
%7

Triadic Colors of #cbbdee

#cbbdee #eecbbd #bdeecb

Analogous Colors of #cbbdee

#cbbdee #e4bdee #bdc8ee

Monochromatic Colors of #cbbdee

#cbbdee

Complementary Color

#cbbdee #e0eebd

#cbbdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbdee Color CSS Codes

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

#cbbdee Text Font Color

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

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


#cbbdee Background Color

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

This div background color is #cbbdee


#cbbdee Border Color

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

This div border color is #cbbdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbdee


Comments

No comments written yet.

Please login to write comment.