Color Hex Logo

#afecb9 Color Hex

#AFECB9
(175,236,185)
0 Favorites   0 Comments

Color spaces of #afecb9

RGB 175236185
HSL0.360.620.81
HSV130°26°93°
CMYK 0.260.000.22   0.07
XYZ56.431672.607656.9394
Yxy72.60760.30340.3904
Hunter Lab85.2101-30.903520.0281
CIE-Lab88.2602-29.157018.6273

#afecb9 color RGB value is (175,236,185).

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

The process color (four color CMYK) of #afecb9 color hex is 0.26, 0.00, 0.22, 0.07. Web safe color of #afecb9 is #99ffcc. Color #afecb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10111001
Octal 257 354 271
Decimal 175 236 185
Hex AF EC B9

RGB Percentages of Color #afecb9

%29.36
%39.60
%31.04

CMYK Percentages of Color #afecb9

%26
%0
%22
%7

Triadic Colors of #afecb9

#afecb9 #b9afec #ecb9af

Analogous Colors of #afecb9

#afecb9 #afecd8 #c4ecaf

Monochromatic Colors of #afecb9

#afecb9

Complementary Color

#afecb9 #ecafe2

#afecb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecb9 Color CSS Codes

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

#afecb9 Text Font Color

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

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


#afecb9 Background Color

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

This div background color is #afecb9


#afecb9 Border Color

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

This div border color is #afecb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecb9

#afecb9 Color Palettes


Comments

No comments written yet.

Please login to write comment.