Color Hex Logo

#afbbef Color Hex

#AFBBEF
(175,187,239)
0 Favorites   0 Comments

Color spaces of #afbbef

RGB 175187239
HSL0.640.670.81
HSV229°27°94°
CMYK 0.270.220.00   0.06
XYZ51.029550.886688.7939
Yxy50.88660.26760.2668
Hunter Lab71.33482.8543-23.8667
CIE-Lab76.61037.1965-27.1820

#afbbef color RGB value is (175,187,239).

#afbbef hex color red value is 175, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #afbbef hue: 0.64 , saturation: 0.67 and the lightness value of afbbef is 0.81.

The process color (four color CMYK) of #afbbef color hex is 0.27, 0.22, 0.00, 0.06. Web safe color of #afbbef is #99ccff. Color #afbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11101111
Octal 257 273 357
Decimal 175 187 239
Hex AF BB EF

RGB Percentages of Color #afbbef

%29.12
%31.11
%39.77

CMYK Percentages of Color #afbbef

%27
%22
%0
%6

Triadic Colors of #afbbef

#afbbef #efafbb #bbefaf

Analogous Colors of #afbbef

#afbbef #c3afef #afdbef

Monochromatic Colors of #afbbef

#afbbef

Complementary Color

#afbbef #efe3af

#afbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbef Color CSS Codes

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

#afbbef Text Font Color

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

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


#afbbef Background Color

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

This div background color is #afbbef


#afbbef Border Color

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

This div border color is #afbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbef


Comments

No comments written yet.

Please login to write comment.