Color Hex Logo

#afebc7 Color Hex

#AFEBC7
(175,235,199)
0 Favorites   0 Comments

Color spaces of #afebc7

RGB 175235199
HSL0.400.600.80
HSV144°26°92°
CMYK 0.260.000.15   0.08
XYZ57.696372.654165.0156
Yxy72.65410.29530.3719
Hunter Lab85.2374-28.340614.4422
CIE-Lab88.2825-26.136711.3817

#afebc7 color RGB value is (175,235,199).

#afebc7 hex color red value is 175, green value is 235 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #afebc7 hue: 0.40 , saturation: 0.60 and the lightness value of afebc7 is 0.80.

The process color (four color CMYK) of #afebc7 color hex is 0.26, 0.00, 0.15, 0.08. Web safe color of #afebc7 is #99ffcc. Color #afebc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11000111
Octal 257 353 307
Decimal 175 235 199
Hex AF EB C7

RGB Percentages of Color #afebc7

%28.74
%38.59
%32.68

CMYK Percentages of Color #afebc7

%26
%0
%15
%8

Triadic Colors of #afebc7

#afebc7 #c7afeb #ebc7af

Analogous Colors of #afebc7

#afebc7 #afebe5 #b5ebaf

Monochromatic Colors of #afebc7

#afebc7

Complementary Color

#afebc7 #ebafd3

#afebc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebc7 Color CSS Codes

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

#afebc7 Text Font Color

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

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


#afebc7 Background Color

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

This div background color is #afebc7


#afebc7 Border Color

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

This div border color is #afebc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebc7


Comments

No comments written yet.

Please login to write comment.