Color Hex Logo

#caade1 Color Hex

#CAADE1
(202,173,225)
0 Favorites   0 Comments

Color spaces of #caade1

RGB 202173225
HSL0.760.460.78
HSV273°23°88°
CMYK 0.100.230.00   0.12
XYZ52.891347.879977.6882
Yxy47.87990.29640.2683
Hunter Lab69.195315.3495-18.1304
CIE-Lab74.749120.1020-22.2513

#caade1 color RGB value is (202,173,225).

#caade1 hex color red value is 202, green value is 173 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #caade1 hue: 0.76 , saturation: 0.46 and the lightness value of caade1 is 0.78.

The process color (four color CMYK) of #caade1 color hex is 0.10, 0.23, 0.00, 0.12. Web safe color of #caade1 is #cc99cc. Color #caade1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 11100001
Octal 312 255 341
Decimal 202 173 225
Hex CA AD E1

RGB Percentages of Color #caade1

%33.67
%28.83
%37.50

CMYK Percentages of Color #caade1

%10
%23
%0
%12

Triadic Colors of #caade1

#caade1 #e1caad #ade1ca

Analogous Colors of #caade1

#caade1 #e1adde #b0ade1

Monochromatic Colors of #caade1

#caade1

Complementary Color

#caade1 #c4e1ad

#caade1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caade1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caade1 Color CSS Codes

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

#caade1 Text Font Color

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

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


#caade1 Background Color

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

This div background color is #caade1


#caade1 Border Color

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

This div border color is #caade1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caade1


Comments

No comments written yet.

Please login to write comment.