Color Hex Logo

#afe3fa Color Hex

#AFE3FA
(175,227,250)
0 Favorites   0 Comments

Color spaces of #afe3fa

RGB 175227250
HSL0.550.880.83
HSV198°30°98°
CMYK 0.300.090.00   0.02
XYZ62.403670.9543100.8490
Yxy70.95430.26640.3030
Hunter Lab84.2344-15.1715-12.0205
CIE-Lab87.4628-11.3897-16.5706

#afe3fa color RGB value is (175,227,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 11111010
Octal 257 343 372
Decimal 175 227 250
Hex AF E3 FA

RGB Percentages of Color #afe3fa

%26.84
%34.82
%38.34

CMYK Percentages of Color #afe3fa

%30
%9
%0
%2

Triadic Colors of #afe3fa

#afe3fa #faafe3 #e3faaf

Analogous Colors of #afe3fa

#afe3fa #afbefa #affaec

Monochromatic Colors of #afe3fa

#afe3fa

Complementary Color

#afe3fa #fac6af

#afe3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe3fa Color CSS Codes

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

#afe3fa Text Font Color

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

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


#afe3fa Background Color

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

This div background color is #afe3fa


#afe3fa Border Color

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

This div border color is #afe3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe3fa


Comments

No comments written yet.

Please login to write comment.