Color Hex Logo

#afbbeb Color Hex

#AFBBEB
(175,187,235)
0 Favorites   0 Comments

Color spaces of #afbbeb

RGB 175187235
HSL0.630.600.80
HSV228°26°92°
CMYK 0.260.200.00   0.08
XYZ50.444950.652885.7155
Yxy50.65280.27000.2711
Hunter Lab71.17081.9696-21.5872
CIE-Lab76.46826.2510-25.2421

#afbbeb color RGB value is (175,187,235).

#afbbeb hex color red value is 175, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #afbbeb hue: 0.63 , saturation: 0.60 and the lightness value of afbbeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11101011
Octal 257 273 353
Decimal 175 187 235
Hex AF BB EB

RGB Percentages of Color #afbbeb

%29.31
%31.32
%39.36

CMYK Percentages of Color #afbbeb

%26
%20
%0
%8

Triadic Colors of #afbbeb

#afbbeb #ebafbb #bbebaf

Analogous Colors of #afbbeb

#afbbeb #c1afeb #afd9eb

Monochromatic Colors of #afbbeb

#afbbeb

Complementary Color

#afbbeb #ebdfaf

#afbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbeb Color CSS Codes

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

#afbbeb Text Font Color

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

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


#afbbeb Background Color

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

This div background color is #afbbeb


#afbbeb Border Color

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

This div border color is #afbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbeb


Comments

No comments written yet.

Please login to write comment.