Color Hex Logo

#cabdfb Color Hex

#CABDFB
(202,189,251)
0 Favorites   0 Comments

Color spaces of #cabdfb

RGB 202189251
HSL0.700.890.86
HSV253°25°98°
CMYK 0.200.250.00   0.02
XYZ59.967355.916898.8992
Yxy55.91680.27920.2603
Hunter Lab74.777512.2861-26.0714
CIE-Lab79.566416.9157-28.9204

#cabdfb color RGB value is (202,189,251).

#cabdfb hex color red value is 202, green value is 189 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cabdfb hue: 0.70 , saturation: 0.89 and the lightness value of cabdfb is 0.86.

The process color (four color CMYK) of #cabdfb color hex is 0.20, 0.25, 0.00, 0.02. Web safe color of #cabdfb is #ccccff. Color #cabdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 11111011
Octal 312 275 373
Decimal 202 189 251
Hex CA BD FB

RGB Percentages of Color #cabdfb

%31.46
%29.44
%39.10

CMYK Percentages of Color #cabdfb

%20
%25
%0
%2

Triadic Colors of #cabdfb

#cabdfb #fbcabd #bdfbca

Analogous Colors of #cabdfb

#cabdfb #e9bdfb #bdcffb

Monochromatic Colors of #cabdfb

#cabdfb

Complementary Color

#cabdfb #eefbbd

#cabdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabdfb Color CSS Codes

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

#cabdfb Text Font Color

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

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


#cabdfb Background Color

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

This div background color is #cabdfb


#cabdfb Border Color

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

This div border color is #cabdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.