Color Hex Logo

#afecb7 Color Hex

#AFECB7
(175,236,183)
0 Favorites   0 Comments

Color spaces of #afecb7

RGB 175236183
HSL0.360.620.81
HSV128°26°93°
CMYK 0.260.000.22   0.07
XYZ56.221972.523855.8350
Yxy72.52380.30460.3929
Hunter Lab85.1609-31.188720.7397
CIE-Lab88.2201-29.505219.6067

#afecb7 color RGB value is (175,236,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10110111
Octal 257 354 267
Decimal 175 236 183
Hex AF EC B7

RGB Percentages of Color #afecb7

%29.46
%39.73
%30.81

CMYK Percentages of Color #afecb7

%26
%0
%22
%7

Triadic Colors of #afecb7

#afecb7 #b7afec #ecb7af

Analogous Colors of #afecb7

#afecb7 #afecd6 #c6ecaf

Monochromatic Colors of #afecb7

#afecb7

Complementary Color

#afecb7 #ecafe4

#afecb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecb7 Color CSS Codes

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

#afecb7 Text Font Color

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

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


#afecb7 Background Color

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

This div background color is #afecb7


#afecb7 Border Color

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

This div border color is #afecb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecb7


Comments

No comments written yet.

Please login to write comment.