Color Hex Logo

#afb6de Color Hex

#AFB6DE
(175,182,222)
0 Favorites   0 Comments

Color spaces of #afb6de

RGB 175182222
HSL0.640.420.78
HSV231°21°87°
CMYK 0.210.180.00   0.13
XYZ47.592047.843875.8336
Yxy47.84380.27790.2793
Hunter Lab69.16921.7711-16.5841
CIE-Lab74.72635.9792-20.8570

#afb6de color RGB value is (175,182,222).

#afb6de hex color red value is 175, green value is 182 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #afb6de hue: 0.64 , saturation: 0.42 and the lightness value of afb6de is 0.78.

The process color (four color CMYK) of #afb6de color hex is 0.21, 0.18, 0.00, 0.13. Web safe color of #afb6de is #99cccc. Color #afb6de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 11011110
Octal 257 266 336
Decimal 175 182 222
Hex AF B6 DE

RGB Percentages of Color #afb6de

%30.22
%31.43
%38.34

CMYK Percentages of Color #afb6de

%21
%18
%0
%13

Triadic Colors of #afb6de

#afb6de #deafb6 #b6deaf

Analogous Colors of #afb6de

#afb6de #c0afde #afcede

Monochromatic Colors of #afb6de

#afb6de

Complementary Color

#afb6de #ded7af

#afb6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb6de Color CSS Codes

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

#afb6de Text Font Color

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

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


#afb6de Background Color

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

This div background color is #afb6de


#afb6de Border Color

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

This div border color is #afb6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb6de


Comments

No comments written yet.

Please login to write comment.