Color Hex Logo

#afbebc Color Hex

#AFBEBC
(175,190,188)
0 Favorites   0 Comments

Color spaces of #afbebc

RGB 175190188
HSL0.480.100.72
HSV172°75°
CMYK 0.080.000.01   0.25
XYZ45.169849.571754.7645
Yxy49.57170.30210.3316
Hunter Lab70.4072-8.69573.1677
CIE-Lab75.8056-5.5265-0.7679

#afbebc color RGB value is (175,190,188).

#afbebc hex color red value is 175, green value is 190 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #afbebc hue: 0.48 , saturation: 0.10 and the lightness value of afbebc is 0.72.

The process color (four color CMYK) of #afbebc color hex is 0.08, 0.00, 0.01, 0.25. Web safe color of #afbebc is #99cccc. Color #afbebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10111100
Octal 257 276 274
Decimal 175 190 188
Hex AF BE BC

RGB Percentages of Color #afbebc

%31.65
%34.36
%34.00

CMYK Percentages of Color #afbebc

%8
%0
%1
%25

Triadic Colors of #afbebc

#afbebc #bcafbe #bebcaf

Analogous Colors of #afbebc

#afbebc #afb9be #afbeb5

Monochromatic Colors of #afbebc

#afbebc

Complementary Color

#afbebc #beafb1

#afbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbebc Color CSS Codes

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

#afbebc Text Font Color

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

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


#afbebc Background Color

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

This div background color is #afbebc


#afbebc Border Color

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

This div border color is #afbebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbebc


Comments

No comments written yet.

Please login to write comment.