Color Hex Logo

#afecfa Color Hex

#AFECFA
(175,236,250)
0 Favorites   0 Comments

Color spaces of #afecfa

RGB 175236250
HSL0.530.880.83
HSV191°30°98°
CMYK 0.300.060.00   0.02
XYZ64.930076.0070101.6911
Yxy76.00700.26760.3133
Hunter Lab87.1820-19.6281-8.1298
CIE-Lab89.8626-15.9465-12.9742

#afecfa color RGB value is (175,236,250).

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

The process color (four color CMYK) of #afecfa color hex is 0.30, 0.06, 0.00, 0.02. Web safe color of #afecfa is #99ffff. Color #afecfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11111010
Octal 257 354 372
Decimal 175 236 250
Hex AF EC FA

RGB Percentages of Color #afecfa

%26.48
%35.70
%37.82

CMYK Percentages of Color #afecfa

%30
%6
%0
%2

Triadic Colors of #afecfa

#afecfa #faafec #ecfaaf

Analogous Colors of #afecfa

#afecfa #afc7fa #affae3

Monochromatic Colors of #afecfa

#afecfa

Complementary Color

#afecfa #fabdaf

#afecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecfa Color CSS Codes

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

#afecfa Text Font Color

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

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


#afecfa Background Color

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

This div background color is #afecfa


#afecfa Border Color

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

This div border color is #afecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecfa


Comments

No comments written yet.

Please login to write comment.