Color Hex Logo

#caaff4 Color Hex

#CAAFF4
(202,175,244)
0 Favorites   0 Comments

Color spaces of #caaff4

RGB 202175244
HSL0.730.760.82
HSV263°28°96°
CMYK 0.170.280.00   0.04
XYZ56.016249.748292.2379
Yxy49.74820.28290.2513
Hunter Lab70.532418.3314-28.1631
CIE-Lab75.914423.0239-30.7669

#caaff4 color RGB value is (202,175,244).

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

The process color (four color CMYK) of #caaff4 color hex is 0.17, 0.28, 0.00, 0.04. Web safe color of #caaff4 is #cc99ff. Color #caaff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 11110100
Octal 312 257 364
Decimal 202 175 244
Hex CA AF F4

RGB Percentages of Color #caaff4

%32.53
%28.18
%39.29

CMYK Percentages of Color #caaff4

%17
%28
%0
%4

Triadic Colors of #caaff4

#caaff4 #f4caaf #aff4ca

Analogous Colors of #caaff4

#caaff4 #edaff4 #afb7f4

Monochromatic Colors of #caaff4

#caaff4

Complementary Color

#caaff4 #d9f4af

#caaff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaff4 Color CSS Codes

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

#caaff4 Text Font Color

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

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


#caaff4 Background Color

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

This div background color is #caaff4


#caaff4 Border Color

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

This div border color is #caaff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaff4


Comments

No comments written yet.

Please login to write comment.