Color Hex Logo

#afbec8 Color Hex

#AFBEC8
(175,190,200)
0 Favorites   0 Comments

Color spaces of #afbec8

RGB 175190200
HSL0.570.190.74
HSV204°13°78°
CMYK 0.130.050.00   0.22
XYZ46.518050.111061.8642
Yxy50.11100.29350.3162
Hunter Lab70.7891-6.5824-2.2625
CIE-Lab76.1373-3.1123-6.7919

#afbec8 color RGB value is (175,190,200).

#afbec8 hex color red value is 175, green value is 190 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #afbec8 hue: 0.57 , saturation: 0.19 and the lightness value of afbec8 is 0.74.

The process color (four color CMYK) of #afbec8 color hex is 0.13, 0.05, 0.00, 0.22. Web safe color of #afbec8 is #99cccc. Color #afbec8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11001000
Octal 257 276 310
Decimal 175 190 200
Hex AF BE C8

RGB Percentages of Color #afbec8

%30.97
%33.63
%35.40

CMYK Percentages of Color #afbec8

%13
%5
%0
%22

Triadic Colors of #afbec8

#afbec8 #c8afbe #bec8af

Analogous Colors of #afbec8

#afbec8 #afb2c8 #afc8c6

Monochromatic Colors of #afbec8

#afbec8

Complementary Color

#afbec8 #c8b9af

#afbec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbec8 Color CSS Codes

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

#afbec8 Text Font Color

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

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


#afbec8 Background Color

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

This div background color is #afbec8


#afbec8 Border Color

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

This div border color is #afbec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbec8


Comments

No comments written yet.

Please login to write comment.