Color Hex Logo

#caadf9 Color Hex

#CAADF9
(202,173,249)
0 Favorites   0 Comments

Color spaces of #caadf9

RGB 202173249
HSL0.730.860.83
HSV263°31°98°
CMYK 0.190.310.00   0.02
XYZ56.399649.283396.1626
Yxy49.28330.27940.2442
Hunter Lab70.202120.5514-32.0738
CIE-Lab75.627225.2162-33.9089

#caadf9 color RGB value is (202,173,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 11111001
Octal 312 255 371
Decimal 202 173 249
Hex CA AD F9

RGB Percentages of Color #caadf9

%32.37
%27.72
%39.90

CMYK Percentages of Color #caadf9

%19
%31
%0
%2

Triadic Colors of #caadf9

#caadf9 #f9caad #adf9ca

Analogous Colors of #caadf9

#caadf9 #f0adf9 #adb6f9

Monochromatic Colors of #caadf9

#caadf9

Complementary Color

#caadf9 #dcf9ad

#caadf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caadf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caadf9 Color CSS Codes

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

#caadf9 Text Font Color

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

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


#caadf9 Background Color

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

This div background color is #caadf9


#caadf9 Border Color

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

This div border color is #caadf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caadf9


Comments

No comments written yet.

Please login to write comment.