Color Hex Logo

#afbcff Color Hex

#AFBCFF
(175,188,255)
0 Favorites   0 Comments

Color spaces of #afbcff

RGB 175188255
HSL0.641.000.84
HSV230°31°100°
CMYK 0.310.260.00   0.00
XYZ53.712452.3004101.8718
Yxy52.30040.25840.2516
Hunter Lab72.31906.0163-32.8952
CIE-Lab77.460110.5340-34.4735

#afbcff color RGB value is (175,188,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11111111
Octal 257 274 377
Decimal 175 188 255
Hex AF BC FF

RGB Percentages of Color #afbcff

%28.32
%30.42
%41.26

CMYK Percentages of Color #afbcff

%31
%26
%0
%0

Triadic Colors of #afbcff

#afbcff #ffafbc #bcffaf

Analogous Colors of #afbcff

#afbcff #caafff #afe4ff

Monochromatic Colors of #afbcff

#afbcff

Complementary Color

#afbcff #fff2af

#afbcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcff Color CSS Codes

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

#afbcff Text Font Color

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

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


#afbcff Background Color

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

This div background color is #afbcff


#afbcff Border Color

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

This div border color is #afbcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcff

Related Colors


Comments

No comments written yet.

Please login to write comment.