Color Hex Logo

#adfebf Color Hex

#ADFEBF
(173,254,191)
0 Favorites   0 Comments

Color spaces of #adfebf

RGB 173254191
HSL0.370.980.84
HSV133°32°100°
CMYK 0.320.000.25   0.00
XYZ62.079483.529462.1411
Yxy83.52940.29880.4021
Hunter Lab91.3944-38.694623.6635
CIE-Lab93.2457-37.069922.4586

#adfebf color RGB value is (173,254,191).

#adfebf hex color red value is 173, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #adfebf hue: 0.37 , saturation: 0.98 and the lightness value of adfebf is 0.84.

The process color (four color CMYK) of #adfebf color hex is 0.32, 0.00, 0.25, 0.00. Web safe color of #adfebf is #99ffcc. Color #adfebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 10111111
Octal 255 376 277
Decimal 173 254 191
Hex AD FE BF

RGB Percentages of Color #adfebf

%27.99
%41.10
%30.91

CMYK Percentages of Color #adfebf

%32
%0
%25
%0

Triadic Colors of #adfebf

#adfebf #bfadfe #febfad

Analogous Colors of #adfebf

#adfebf #adfee8 #c4fead

Monochromatic Colors of #adfebf

#adfebf

Complementary Color

#adfebf #feadec

#adfebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfebf Color CSS Codes

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

#adfebf Text Font Color

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

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


#adfebf Background Color

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

This div background color is #adfebf


#adfebf Border Color

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

This div border color is #adfebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,254,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 #adfebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfebf

Related Colors


Comments

No comments written yet.

Please login to write comment.