Color Hex Logo

#afcaf4 Color Hex

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

Color spaces of #afcaf4

RGB 175202244
HSL0.600.760.82
HSV217°28°96°
CMYK 0.280.170.00   0.04
XYZ55.128957.886793.8556
Yxy57.88670.26650.2798
Hunter Lab76.0833-3.8072-19.8812
CIE-Lab80.67580.2758-23.6576

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

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

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

Base Numbers

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

RGB Percentages of Color #afcaf4

%28.18
%32.53
%39.29

CMYK Percentages of Color #afcaf4

%28
%17
%0
%4

Triadic Colors of #afcaf4

#afcaf4 #f4afca #caf4af

Analogous Colors of #afcaf4

#afcaf4 #b7aff4 #afedf4

Monochromatic Colors of #afcaf4

#afcaf4

Complementary Color

#afcaf4 #f4d9af

#afcaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcaf4 Color CSS Codes

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

#afcaf4 Text Font Color

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

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


#afcaf4 Background Color

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

This div background color is #afcaf4


#afcaf4 Border Color

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

This div border color is #afcaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcaf4


Comments

No comments written yet.

Please login to write comment.