Color Hex Logo

#affbff Color Hex

#AFFBFF
(175,251,255)
0 Favorites   0 Comments

Color spaces of #affbff

RGB 175251255
HSL0.511.000.84
HSV183°31°100°
CMYK 0.310.020.00   0.00
XYZ70.226485.3283107.3764
Yxy85.32830.26710.3245
Hunter Lab92.3733-25.9495-4.2584
CIE-Lab94.0244-22.2234-9.3760

#affbff color RGB value is (175,251,255).

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

The process color (four color CMYK) of #affbff color hex is 0.31, 0.02, 0.00, 0.00. Web safe color of #affbff is #99ffff. Color #affbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 11111111
Octal 257 373 377
Decimal 175 251 255
Hex AF FB FF

RGB Percentages of Color #affbff

%25.70
%36.86
%37.44

CMYK Percentages of Color #affbff

%31
%2
%0
%0

Triadic Colors of #affbff

#affbff #ffaffb #fbffaf

Analogous Colors of #affbff

#affbff #afd3ff #afffdb

Monochromatic Colors of #affbff

#affbff

Complementary Color

#affbff #ffb3af

#affbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbff Color CSS Codes

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

#affbff Text Font Color

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

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


#affbff Background Color

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

This div background color is #affbff


#affbff Border Color

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

This div border color is #affbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbff

Related Colors

#affbff Color Palettes


Comments

No comments written yet.

Please login to write comment.