Color Hex Logo

#afbaee Color Hex

#AFBAEE
(175,186,238)
0 Favorites   0 Comments

Color spaces of #afbaee

RGB 175186238
HSL0.640.650.81
HSV230°26°93°
CMYK 0.260.220.00   0.07
XYZ50.670750.404887.9474
Yxy50.40480.26810.2667
Hunter Lab70.99633.1534-23.7486
CIE-Lab76.31717.5057-27.0918

#afbaee color RGB value is (175,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11101110
Octal 257 272 356
Decimal 175 186 238
Hex AF BA EE

RGB Percentages of Color #afbaee

%29.22
%31.05
%39.73

CMYK Percentages of Color #afbaee

%26
%22
%0
%7

Triadic Colors of #afbaee

#afbaee #eeafba #baeeaf

Analogous Colors of #afbaee

#afbaee #c4afee #afdaee

Monochromatic Colors of #afbaee

#afbaee

Complementary Color

#afbaee #eee3af

#afbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbaee Color CSS Codes

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

#afbaee Text Font Color

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

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


#afbaee Background Color

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

This div background color is #afbaee


#afbaee Border Color

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

This div border color is #afbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbaee


Comments

No comments written yet.

Please login to write comment.