Color Hex Logo

#afc3fb Color Hex

#AFC3FB
(175,195,251)
0 Favorites   0 Comments

Color spaces of #afc3fb

RGB 175195251
HSL0.620.900.84
HSV224°30°98°
CMYK 0.300.220.00   0.02
XYZ54.606955.109299.0258
Yxy55.10920.26160.2640
Hunter Lab74.23561.3905-27.1244
CIE-Lab79.10415.7298-29.8001

#afc3fb color RGB value is (175,195,251).

#afc3fb hex color red value is 175, green value is 195 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #afc3fb hue: 0.62 , saturation: 0.90 and the lightness value of afc3fb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 11111011
Octal 257 303 373
Decimal 175 195 251
Hex AF C3 FB

RGB Percentages of Color #afc3fb

%28.18
%31.40
%40.42

CMYK Percentages of Color #afc3fb

%30
%22
%0
%2

Triadic Colors of #afc3fb

#afc3fb #fbafc3 #c3fbaf

Analogous Colors of #afc3fb

#afc3fb #c1affb #afe9fb

Monochromatic Colors of #afc3fb

#afc3fb

Complementary Color

#afc3fb #fbe7af

#afc3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc3fb Color CSS Codes

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

#afc3fb Text Font Color

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

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


#afc3fb Background Color

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

This div background color is #afc3fb


#afc3fb Border Color

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

This div border color is #afc3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc3fb

Related Colors


Comments

No comments written yet.

Please login to write comment.