Color Hex Logo

#cbbdef Color Hex

#CBBDEF
(203,189,239)
0 Favorites   0 Comments

Color spaces of #cbbdef

RGB 203189239
HSL0.710.610.84
HSV257°21°94°
CMYK 0.150.210.00   0.06
XYZ58.406255.323789.2616
Yxy55.32370.28770.2725
Hunter Lab74.379910.0008-19.0866
CIE-Lab79.227414.6233-22.9972

#cbbdef color RGB value is (203,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111101 11101111
Octal 313 275 357
Decimal 203 189 239
Hex CB BD EF

RGB Percentages of Color #cbbdef

%32.17
%29.95
%37.88

CMYK Percentages of Color #cbbdef

%15
%21
%0
%6

Triadic Colors of #cbbdef

#cbbdef #efcbbd #bdefcb

Analogous Colors of #cbbdef

#cbbdef #e4bdef #bdc8ef

Monochromatic Colors of #cbbdef

#cbbdef

Complementary Color

#cbbdef #e1efbd

#cbbdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbdef Color CSS Codes

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

#cbbdef Text Font Color

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

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


#cbbdef Background Color

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

This div background color is #cbbdef


#cbbdef Border Color

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

This div border color is #cbbdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbdef


Comments

No comments written yet.

Please login to write comment.