Color Hex Logo

#afe9bc Color Hex

#AFE9BC
(175,233,188)
0 Favorites   0 Comments

Color spaces of #afe9bc

RGB 175233188
HSL0.370.570.80
HSV133°25°91°
CMYK 0.250.000.19   0.09
XYZ55.895271.022658.3397
Yxy71.02260.30170.3834
Hunter Lab84.2749-29.091217.9487
CIE-Lab87.4960-27.198615.9995

#afe9bc color RGB value is (175,233,188).

#afe9bc hex color red value is 175, green value is 233 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #afe9bc hue: 0.37 , saturation: 0.57 and the lightness value of afe9bc is 0.80.

The process color (four color CMYK) of #afe9bc color hex is 0.25, 0.00, 0.19, 0.09. Web safe color of #afe9bc is #99ffcc. Color #afe9bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 10111100
Octal 257 351 274
Decimal 175 233 188
Hex AF E9 BC

RGB Percentages of Color #afe9bc

%29.36
%39.09
%31.54

CMYK Percentages of Color #afe9bc

%25
%0
%19
%9

Triadic Colors of #afe9bc

#afe9bc #bcafe9 #e9bcaf

Analogous Colors of #afe9bc

#afe9bc #afe9d9 #bfe9af

Monochromatic Colors of #afe9bc

#afe9bc

Complementary Color

#afe9bc #e9afdc

#afe9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe9bc Color CSS Codes

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

#afe9bc Text Font Color

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

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


#afe9bc Background Color

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

This div background color is #afe9bc


#afe9bc Border Color

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

This div border color is #afe9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe9bc


Comments

No comments written yet.

Please login to write comment.