Color Hex Logo

#afecbf Color Hex

#AFECBF
(175,236,191)
0 Favorites   0 Comments

Color spaces of #afecbf

RGB 175236191
HSL0.380.620.81
HSV136°26°93°
CMYK 0.260.000.19   0.07
XYZ57.078672.866560.3465
Yxy72.86650.30000.3829
Hunter Lab85.3619-30.026417.8383
CIE-Lab88.3840-28.090515.6889

#afecbf color RGB value is (175,236,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10111111
Octal 257 354 277
Decimal 175 236 191
Hex AF EC BF

RGB Percentages of Color #afecbf

%29.07
%39.20
%31.73

CMYK Percentages of Color #afecbf

%26
%0
%19
%7

Triadic Colors of #afecbf

#afecbf #bfafec #ecbfaf

Analogous Colors of #afecbf

#afecbf #afecde #beecaf

Monochromatic Colors of #afecbf

#afecbf

Complementary Color

#afecbf #ecafdc

#afecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecbf Color CSS Codes

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

#afecbf Text Font Color

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

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


#afecbf Background Color

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

This div background color is #afecbf


#afecbf Border Color

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

This div border color is #afecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecbf


Comments

No comments written yet.

Please login to write comment.