Color Hex Logo

#caadfb Color Hex

#CAADFB
(202,173,251)
0 Favorites   0 Comments

Color spaces of #caadfb

RGB 202173251
HSL0.730.910.83
HSV262°31°98°
CMYK 0.200.310.00   0.02
XYZ56.713349.408797.8145
Yxy49.40870.27810.2423
Hunter Lab70.291321.0097-33.3016
CIE-Lab75.704925.6590-34.8676

#caadfb color RGB value is (202,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 11111011
Octal 312 255 373
Decimal 202 173 251
Hex CA AD FB

RGB Percentages of Color #caadfb

%32.27
%27.64
%40.10

CMYK Percentages of Color #caadfb

%20
%31
%0
%2

Triadic Colors of #caadfb

#caadfb #fbcaad #adfbca

Analogous Colors of #caadfb

#caadfb #f1adfb #adb7fb

Monochromatic Colors of #caadfb

#caadfb

Complementary Color

#caadfb #defbad

#caadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caadfb Color CSS Codes

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

#caadfb Text Font Color

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

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


#caadfb Background Color

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

This div background color is #caadfb


#caadfb Border Color

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

This div border color is #caadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caadfb


Comments

No comments written yet.

Please login to write comment.