Color Hex Logo

#afcaff Color Hex

#AFCAFF
(175,202,255)
0 Favorites   0 Comments

Color spaces of #afcaff

RGB 175202255
HSL0.611.000.84
HSV220°31°100°
CMYK 0.310.210.00   0.00
XYZ56.849758.5750102.9175
Yxy58.57500.26040.2683
Hunter Lab76.5343-1.3452-26.1547
CIE-Lab81.05742.9249-28.9383

#afcaff color RGB value is (175,202,255).

#afcaff hex color red value is 175, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #afcaff hue: 0.61 , saturation: 1.00 and the lightness value of afcaff is 0.84.

The process color (four color CMYK) of #afcaff color hex is 0.31, 0.21, 0.00, 0.00. Web safe color of #afcaff is #99ccff. Color #afcaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 11111111
Octal 257 312 377
Decimal 175 202 255
Hex AF CA FF

RGB Percentages of Color #afcaff

%27.69
%31.96
%40.35

CMYK Percentages of Color #afcaff

%31
%21
%0
%0

Triadic Colors of #afcaff

#afcaff #ffafca #caffaf

Analogous Colors of #afcaff

#afcaff #bcafff #aff2ff

Monochromatic Colors of #afcaff

#afcaff

Complementary Color

#afcaff #ffe4af

#afcaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcaff Color CSS Codes

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

#afcaff Text Font Color

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

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


#afcaff Background Color

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

This div background color is #afcaff


#afcaff Border Color

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

This div border color is #afcaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcaff


Comments

No comments written yet.

Please login to write comment.