Color Hex Logo

#afbaec Color Hex

#AFBAEC
(175,186,236)
0 Favorites   0 Comments

Color spaces of #afbaec

RGB 175186236
HSL0.640.620.81
HSV229°26°93°
CMYK 0.260.210.00   0.07
XYZ50.378450.287986.4082
Yxy50.28790.26930.2688
Hunter Lab70.91402.7098-22.6047
CIE-Lab76.24567.0325-26.1220

#afbaec color RGB value is (175,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11101100
Octal 257 272 354
Decimal 175 186 236
Hex AF BA EC

RGB Percentages of Color #afbaec

%29.31
%31.16
%39.53

CMYK Percentages of Color #afbaec

%26
%21
%0
%7

Triadic Colors of #afbaec

#afbaec #ecafba #baecaf

Analogous Colors of #afbaec

#afbaec #c3afec #afd9ec

Monochromatic Colors of #afbaec

#afbaec

Complementary Color

#afbaec #ece1af

#afbaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbaec Color CSS Codes

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

#afbaec Text Font Color

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

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


#afbaec Background Color

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

This div background color is #afbaec


#afbaec Border Color

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

This div border color is #afbaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbaec


Comments

No comments written yet.

Please login to write comment.