Color Hex Logo

#afb3ed Color Hex

#AFB3ED
(175,179,237)
0 Favorites   0 Comments

Color spaces of #afb3ed

RGB 175179237
HSL0.660.630.81
HSV236°26°93°
CMYK 0.260.240.00   0.07
XYZ49.085447.468686.6960
Yxy47.46860.26790.2590
Hunter Lab68.89756.6002-26.3784
CIE-Lab74.488511.1144-29.3568

#afb3ed color RGB value is (175,179,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 11101101
Octal 257 263 355
Decimal 175 179 237
Hex AF B3 ED

RGB Percentages of Color #afb3ed

%29.61
%30.29
%40.10

CMYK Percentages of Color #afb3ed

%26
%24
%0
%7

Triadic Colors of #afb3ed

#afb3ed #edafb3 #b3edaf

Analogous Colors of #afb3ed

#afb3ed #caafed #afd2ed

Monochromatic Colors of #afb3ed

#afb3ed

Complementary Color

#afb3ed #ede9af

#afb3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb3ed Color CSS Codes

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

#afb3ed Text Font Color

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

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


#afb3ed Background Color

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

This div background color is #afb3ed


#afb3ed Border Color

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

This div border color is #afb3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb3ed


Comments

No comments written yet.

Please login to write comment.