Color Hex Logo

#cbadfb Color Hex

#CBADFB
(203,173,251)
0 Favorites   0 Comments

Color spaces of #cbadfb

RGB 203173251
HSL0.730.910.83
HSV263°31°98°
CMYK 0.190.310.00   0.02
XYZ56.984849.548797.8272
Yxy49.54870.27880.2425
Hunter Lab70.390821.3204-33.1260
CIE-Lab75.791425.9567-34.7267

#cbadfb color RGB value is (203,173,251).

#cbadfb hex color red value is 203, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cbadfb hue: 0.73 , saturation: 0.91 and the lightness value of cbadfb is 0.83.

The process color (four color CMYK) of #cbadfb color hex is 0.19, 0.31, 0.00, 0.02. Web safe color of #cbadfb is #cc99ff. Color #cbadfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 11111011
Octal 313 255 373
Decimal 203 173 251
Hex CB AD FB

RGB Percentages of Color #cbadfb

%32.38
%27.59
%40.03

CMYK Percentages of Color #cbadfb

%19
%31
%0
%2

Triadic Colors of #cbadfb

#cbadfb #fbcbad #adfbcb

Analogous Colors of #cbadfb

#cbadfb #f2adfb #adb6fb

Monochromatic Colors of #cbadfb

#cbadfb

Complementary Color

#cbadfb #ddfbad

#cbadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbadfb Color CSS Codes

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

#cbadfb Text Font Color

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

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


#cbadfb Background Color

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

This div background color is #cbadfb


#cbadfb Border Color

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

This div border color is #cbadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbadfb

#cbadfb Color Palettes


Comments

No comments written yet.

Please login to write comment.