Color Hex Logo

#afbeee Color Hex

#AFBEEE
(175,190,238)
0 Favorites   0 Comments

Color spaces of #afbeee

RGB 175190238
HSL0.630.650.81
HSV226°26°93°
CMYK 0.260.200.00   0.07
XYZ51.525352.113988.2322
Yxy52.11390.26850.2716
Hunter Lab72.19001.0713-21.9326
CIE-Lab77.34895.3247-25.5136

#afbeee color RGB value is (175,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11101110
Octal 257 276 356
Decimal 175 190 238
Hex AF BE EE

RGB Percentages of Color #afbeee

%29.02
%31.51
%39.47

CMYK Percentages of Color #afbeee

%26
%20
%0
%7

Triadic Colors of #afbeee

#afbeee #eeafbe #beeeaf

Analogous Colors of #afbeee

#afbeee #c0afee #afdeee

Monochromatic Colors of #afbeee

#afbeee

Complementary Color

#afbeee #eedfaf

#afbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbeee Color CSS Codes

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

#afbeee Text Font Color

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

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


#afbeee Background Color

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

This div background color is #afbeee


#afbeee Border Color

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

This div border color is #afbeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbeee


Comments

No comments written yet.

Please login to write comment.