Color Hex Logo

#afbcfc Color Hex

#AFBCFC
(175,188,252)
0 Favorites   0 Comments

Color spaces of #afbcfc

RGB 175188252
HSL0.640.930.84
HSV230°31°99°
CMYK 0.310.250.00   0.01
XYZ53.233152.108799.3478
Yxy52.10870.26010.2546
Hunter Lab72.18645.3069-31.0685
CIE-Lab77.34589.7935-33.0416

#afbcfc color RGB value is (175,188,252).

#afbcfc hex color red value is 175, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #afbcfc hue: 0.64 , saturation: 0.93 and the lightness value of afbcfc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11111100
Octal 257 274 374
Decimal 175 188 252
Hex AF BC FC

RGB Percentages of Color #afbcfc

%28.46
%30.57
%40.98

CMYK Percentages of Color #afbcfc

%31
%25
%0
%1

Triadic Colors of #afbcfc

#afbcfc #fcafbc #bcfcaf

Analogous Colors of #afbcfc

#afbcfc #c9affc #afe3fc

Monochromatic Colors of #afbcfc

#afbcfc

Complementary Color

#afbcfc #fcefaf

#afbcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcfc Color CSS Codes

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

#afbcfc Text Font Color

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

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


#afbcfc Background Color

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

This div background color is #afbcfc


#afbcfc Border Color

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

This div border color is #afbcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcfc


Comments

No comments written yet.

Please login to write comment.