Color Hex Logo

#caaef6 Color Hex

#CAAEF6
(202,174,246)
0 Favorites   0 Comments

Color spaces of #caaef6

RGB 202174246
HSL0.730.800.82
HSV263°29°96°
CMYK 0.180.290.00   0.04
XYZ56.127749.482593.7816
Yxy49.48250.28150.2482
Hunter Lab70.343819.3245-29.8041
CIE-Lab75.750524.0085-32.0994

#caaef6 color RGB value is (202,174,246).

#caaef6 hex color red value is 202, green value is 174 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #caaef6 hue: 0.73 , saturation: 0.80 and the lightness value of caaef6 is 0.82.

The process color (four color CMYK) of #caaef6 color hex is 0.18, 0.29, 0.00, 0.04. Web safe color of #caaef6 is #cc99ff. Color #caaef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 11110110
Octal 312 256 366
Decimal 202 174 246
Hex CA AE F6

RGB Percentages of Color #caaef6

%32.48
%27.97
%39.55

CMYK Percentages of Color #caaef6

%18
%29
%0
%4

Triadic Colors of #caaef6

#caaef6 #f6caae #aef6ca

Analogous Colors of #caaef6

#caaef6 #eeaef6 #aeb6f6

Monochromatic Colors of #caaef6

#caaef6

Complementary Color

#caaef6 #daf6ae

#caaef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaef6 Color CSS Codes

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

#caaef6 Text Font Color

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

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


#caaef6 Background Color

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

This div background color is #caaef6


#caaef6 Border Color

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

This div border color is #caaef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaef6


Comments

No comments written yet.

Please login to write comment.