Color Hex Logo

#afebd9 Color Hex

#AFEBD9
(175,235,217)
0 Favorites   0 Comments

Color spaces of #afebd9

RGB 175235217
HSL0.450.600.80
HSV162°26°92°
CMYK 0.260.000.08   0.08
XYZ59.911973.540476.6827
Yxy73.54040.28510.3500
Hunter Lab85.7557-25.36627.0119
CIE-Lab88.7048-22.60592.5846

#afebd9 color RGB value is (175,235,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11011001
Octal 257 353 331
Decimal 175 235 217
Hex AF EB D9

RGB Percentages of Color #afebd9

%27.91
%37.48
%34.61

CMYK Percentages of Color #afebd9

%26
%0
%8
%8

Triadic Colors of #afebd9

#afebd9 #d9afeb #ebd9af

Analogous Colors of #afebd9

#afebd9 #afdfeb #afebbb

Monochromatic Colors of #afebd9

#afebd9

Complementary Color

#afebd9 #ebafc1

#afebd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebd9 Color CSS Codes

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

#afebd9 Text Font Color

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

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


#afebd9 Background Color

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

This div background color is #afebd9


#afebd9 Border Color

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

This div border color is #afebd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebd9


Comments

No comments written yet.

Please login to write comment.