Color Hex Logo

#afcbff Color Hex

#AFCBFF
(175,203,255)
1 Favorites   0 Comments

Color spaces of #afcbff

RGB 175203255
HSL0.611.000.84
HSV219°31°100°
CMYK 0.310.200.00   0.00
XYZ57.085159.0458102.9960
Yxy59.04580.26050.2695
Hunter Lab76.8413-1.8652-25.6819
CIE-Lab81.31682.3877-28.5410

#afcbff color RGB value is (175,203,255).

#afcbff hex color red value is 175, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #afcbff hue: 0.61 , saturation: 1.00 and the lightness value of afcbff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11111111
Octal 257 313 377
Decimal 175 203 255
Hex AF CB FF

RGB Percentages of Color #afcbff

%27.65
%32.07
%40.28

CMYK Percentages of Color #afcbff

%31
%20
%0
%0

Triadic Colors of #afcbff

#afcbff #ffafcb #cbffaf

Analogous Colors of #afcbff

#afcbff #bbafff #aff3ff

Monochromatic Colors of #afcbff

#afcbff

Complementary Color

#afcbff #ffe3af

#afcbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbff Color CSS Codes

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

#afcbff Text Font Color

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

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


#afcbff Background Color

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

This div background color is #afcbff


#afcbff Border Color

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

This div border color is #afcbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbff


Comments

No comments written yet.

Please login to write comment.