Color Hex Logo

#afcbfa Color Hex

#AFCBFA
(175,203,250)
1 Favorites   0 Comments

Color spaces of #afcbfa

RGB 175203250
HSL0.600.880.83
HSV218°30°98°
CMYK 0.300.190.00   0.02
XYZ56.290558.728098.8113
Yxy58.72800.26320.2746
Hunter Lab76.6342-2.9953-22.8039
CIE-Lab81.14191.1751-26.1468

#afcbfa color RGB value is (175,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11111010
Octal 257 313 372
Decimal 175 203 250
Hex AF CB FA

RGB Percentages of Color #afcbfa

%27.87
%32.32
%39.81

CMYK Percentages of Color #afcbfa

%30
%19
%0
%2

Triadic Colors of #afcbfa

#afcbfa #faafcb #cbfaaf

Analogous Colors of #afcbfa

#afcbfa #b9affa #aff1fa

Monochromatic Colors of #afcbfa

#afcbfa

Complementary Color

#afcbfa #fadeaf

#afcbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbfa Color CSS Codes

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

#afcbfa Text Font Color

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

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


#afcbfa Background Color

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

This div background color is #afcbfa


#afcbfa Border Color

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

This div border color is #afcbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbfa


Comments

No comments written yet.

Please login to write comment.