Color Hex Logo

#afbbec Color Hex

#AFBBEC
(175,187,236)
0 Favorites   0 Comments

Color spaces of #afbbec

RGB 175187236
HSL0.630.620.81
HSV228°26°93°
CMYK 0.260.210.00   0.07
XYZ50.589850.710786.4787
Yxy50.71070.26940.2701
Hunter Lab71.21142.1894-22.1534
CIE-Lab76.50346.4865-25.7278

#afbbec color RGB value is (175,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11101100
Octal 257 273 354
Decimal 175 187 236
Hex AF BB EC

RGB Percentages of Color #afbbec

%29.26
%31.27
%39.46

CMYK Percentages of Color #afbbec

%26
%21
%0
%7

Triadic Colors of #afbbec

#afbbec #ecafbb #bbecaf

Analogous Colors of #afbbec

#afbbec #c2afec #afdaec

Monochromatic Colors of #afbbec

#afbbec

Complementary Color

#afbbec #ece0af

#afbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbec Color CSS Codes

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

#afbbec Text Font Color

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

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


#afbbec Background Color

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

This div background color is #afbbec


#afbbec Border Color

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

This div border color is #afbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbec


Comments

No comments written yet.

Please login to write comment.