Color Hex Logo

#afb3ef Color Hex

#AFB3EF
(175,179,239)
0 Favorites   0 Comments

Color spaces of #afb3ef

RGB 175179239
HSL0.660.670.81
HSV236°27°94°
CMYK 0.270.250.00   0.06
XYZ49.379347.586288.2438
Yxy47.58620.26660.2569
Hunter Lab68.98287.0542-27.5568
CIE-Lab74.563211.5916-30.3248

#afb3ef color RGB value is (175,179,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 11101111
Octal 257 263 357
Decimal 175 179 239
Hex AF B3 EF

RGB Percentages of Color #afb3ef

%29.51
%30.19
%40.30

CMYK Percentages of Color #afb3ef

%27
%25
%0
%6

Triadic Colors of #afb3ef

#afb3ef #efafb3 #b3efaf

Analogous Colors of #afb3ef

#afb3ef #cbafef #afd3ef

Monochromatic Colors of #afb3ef

#afb3ef

Complementary Color

#afb3ef #efebaf

#afb3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb3ef Color CSS Codes

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

#afb3ef Text Font Color

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

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


#afb3ef Background Color

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

This div background color is #afb3ef


#afb3ef Border Color

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

This div border color is #afb3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb3ef


Comments

No comments written yet.

Please login to write comment.