Color Hex Logo

#afb2de Color Hex

#AFB2DE
(175,178,222)
0 Favorites   0 Comments

Color spaces of #afb2de

RGB 175178222
HSL0.660.420.78
HSV236°21°87°
CMYK 0.210.200.00   0.13
XYZ46.784446.228775.5645
Yxy46.22870.27750.2742
Hunter Lab67.99173.8386-18.2994
CIE-Lab73.69378.1715-22.4274

#afb2de color RGB value is (175,178,222).

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

The process color (four color CMYK) of #afb2de color hex is 0.21, 0.20, 0.00, 0.13. Web safe color of #afb2de is #9999cc. Color #afb2de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 11011110
Octal 257 262 336
Decimal 175 178 222
Hex AF B2 DE

RGB Percentages of Color #afb2de

%30.43
%30.96
%38.61

CMYK Percentages of Color #afb2de

%21
%20
%0
%13

Triadic Colors of #afb2de

#afb2de #deafb2 #b2deaf

Analogous Colors of #afb2de

#afb2de #c4afde #afcade

Monochromatic Colors of #afb2de

#afb2de

Complementary Color

#afb2de #dedbaf

#afb2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb2de Color CSS Codes

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

#afb2de Text Font Color

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

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


#afb2de Background Color

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

This div background color is #afb2de


#afb2de Border Color

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

This div border color is #afb2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb2de


Comments

No comments written yet.

Please login to write comment.