Color Hex Logo

#cbdefa Color Hex

#CBDEFA
(203,222,250)
0 Favorites   0 Comments

Color spaces of #cbdefa

RGB 203222250
HSL0.600.820.89
HSV216°19°98°
CMYK 0.190.110.00   0.02
XYZ68.005271.8412100.7250
Yxy71.84120.28270.2986
Hunter Lab84.7592-5.1119-11.1268
CIE-Lab87.8921-0.6079-15.7505

#cbdefa color RGB value is (203,222,250).

#cbdefa hex color red value is 203, green value is 222 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cbdefa hue: 0.60 , saturation: 0.82 and the lightness value of cbdefa is 0.89.

The process color (four color CMYK) of #cbdefa color hex is 0.19, 0.11, 0.00, 0.02. Web safe color of #cbdefa is #ccccff. Color #cbdefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011110 11111010
Octal 313 336 372
Decimal 203 222 250
Hex CB DE FA

RGB Percentages of Color #cbdefa

%30.07
%32.89
%37.04

CMYK Percentages of Color #cbdefa

%19
%11
%0
%2

Triadic Colors of #cbdefa

#cbdefa #facbde #defacb

Analogous Colors of #cbdefa

#cbdefa #d0cbfa #cbf6fa

Monochromatic Colors of #cbdefa

#cbdefa

Complementary Color

#cbdefa #fae7cb

#cbdefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdefa Color CSS Codes

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

#cbdefa Text Font Color

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

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


#cbdefa Background Color

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

This div background color is #cbdefa


#cbdefa Border Color

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

This div border color is #cbdefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdefa

Related Colors

#cbdefa Color Palettes


Comments

No comments written yet.

Please login to write comment.