Color Hex Logo

#afb5ef Color Hex

#AFB5EF
(175,181,239)
0 Favorites   0 Comments

Color spaces of #afb5ef

RGB 175181239
HSL0.650.670.81
HSV234°27°94°
CMYK 0.270.240.00   0.06
XYZ49.783148.393788.3784
Yxy48.39370.26690.2594
Hunter Lab69.56565.9999-26.6281
CIE-Lab75.072610.4886-29.5413

#afb5ef color RGB value is (175,181,239).

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

The process color (four color CMYK) of #afb5ef color hex is 0.27, 0.24, 0.00, 0.06. Web safe color of #afb5ef is #99ccff. Color #afb5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 11101111
Octal 257 265 357
Decimal 175 181 239
Hex AF B5 EF

RGB Percentages of Color #afb5ef

%29.41
%30.42
%40.17

CMYK Percentages of Color #afb5ef

%27
%24
%0
%6

Triadic Colors of #afb5ef

#afb5ef #efafb5 #b5efaf

Analogous Colors of #afb5ef

#afb5ef #c9afef #afd5ef

Monochromatic Colors of #afb5ef

#afb5ef

Complementary Color

#afb5ef #efe9af

#afb5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb5ef Color CSS Codes

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

#afb5ef Text Font Color

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

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


#afb5ef Background Color

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

This div background color is #afb5ef


#afb5ef Border Color

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

This div border color is #afb5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb5ef


Comments

No comments written yet.

Please login to write comment.