Color Hex Logo

#adfdb6 Color Hex

#ADFDB6
(173,253,182)
0 Favorites   0 Comments

Color spaces of #adfdb6

RGB 173253182
HSL0.350.950.84
HSV127°32°99°
CMYK 0.320.000.28   0.01
XYZ60.802482.512256.9778
Yxy82.51220.30360.4120
Hunter Lab90.8362-39.482126.3952
CIE-Lab92.8005-38.145926.4191

#adfdb6 color RGB value is (173,253,182).

#adfdb6 hex color red value is 173, green value is 253 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #adfdb6 hue: 0.35 , saturation: 0.95 and the lightness value of adfdb6 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 10110110
Octal 255 375 266
Decimal 173 253 182
Hex AD FD B6

RGB Percentages of Color #adfdb6

%28.45
%41.61
%29.93

CMYK Percentages of Color #adfdb6

%32
%0
%28
%1

Triadic Colors of #adfdb6

#adfdb6 #b6adfd #fdb6ad

Analogous Colors of #adfdb6

#adfdb6 #adfdde #ccfdad

Monochromatic Colors of #adfdb6

#adfdb6

Complementary Color

#adfdb6 #fdadf4

#adfdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdb6 Color CSS Codes

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

#adfdb6 Text Font Color

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

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


#adfdb6 Background Color

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

This div background color is #adfdb6


#adfdb6 Border Color

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

This div border color is #adfdb6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,253,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdb6

Related Colors


Comments

No comments written yet.

Please login to write comment.