Color Hex Logo

#afb9ec Color Hex

#AFB9EC
(175,185,236)
0 Favorites   0 Comments

Color spaces of #afb9ec

RGB 175185236
HSL0.640.620.81
HSV230°26°93°
CMYK 0.260.220.00   0.07
XYZ50.168549.868086.3382
Yxy49.86800.26920.2676
Hunter Lab70.61733.2312-23.0571
CIE-Lab75.98827.5795-26.5159

#afb9ec color RGB value is (175,185,236).

#afb9ec hex color red value is 175, green value is 185 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #afb9ec hue: 0.64 , saturation: 0.62 and the lightness value of afb9ec is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 11101100
Octal 257 271 354
Decimal 175 185 236
Hex AF B9 EC

RGB Percentages of Color #afb9ec

%29.36
%31.04
%39.60

CMYK Percentages of Color #afb9ec

%26
%22
%0
%7

Triadic Colors of #afb9ec

#afb9ec #ecafb9 #b9ecaf

Analogous Colors of #afb9ec

#afb9ec #c4afec #afd8ec

Monochromatic Colors of #afb9ec

#afb9ec

Complementary Color

#afb9ec #ece2af

#afb9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb9ec Color CSS Codes

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

#afb9ec Text Font Color

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

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


#afb9ec Background Color

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

This div background color is #afb9ec


#afb9ec Border Color

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

This div border color is #afb9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb9ec


Comments

No comments written yet.

Please login to write comment.