Color Hex Logo

#afcffa Color Hex

#AFCFFA
(175,207,250)
0 Favorites   0 Comments

Color spaces of #afcffa

RGB 175207250
HSL0.600.880.83
HSV214°30°98°
CMYK 0.300.170.00   0.02
XYZ57.247360.641799.1302
Yxy60.64170.26380.2794
Hunter Lab77.8728-5.0551-20.9638
CIE-Lab82.1857-0.9587-24.5551

#afcffa color RGB value is (175,207,250).

#afcffa hex color red value is 175, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #afcffa hue: 0.60 , saturation: 0.88 and the lightness value of afcffa is 0.83.

The process color (four color CMYK) of #afcffa color hex is 0.30, 0.17, 0.00, 0.02. Web safe color of #afcffa is #99ccff. Color #afcffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 11111010
Octal 257 317 372
Decimal 175 207 250
Hex AF CF FA

RGB Percentages of Color #afcffa

%27.69
%32.75
%39.56

CMYK Percentages of Color #afcffa

%30
%17
%0
%2

Triadic Colors of #afcffa

#afcffa #faafcf #cffaaf

Analogous Colors of #afcffa

#afcffa #b5affa #aff5fa

Monochromatic Colors of #afcffa

#afcffa

Complementary Color

#afcffa #fadaaf

#afcffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcffa Color CSS Codes

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

#afcffa Text Font Color

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

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


#afcffa Background Color

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

This div background color is #afcffa


#afcffa Border Color

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

This div border color is #afcffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcffa

Related Colors


Comments

No comments written yet.

Please login to write comment.