Color Hex Logo

#9adfb5 Color Hex

#9ADFB5
(154,223,181)
0 Favorites   0 Comments

Color spaces of #9adfb5

RGB 154223181
HSL0.400.520.74
HSV143°31°87°
CMYK 0.310.000.19   0.13
XYZ48.054662.981653.3400
Yxy62.98160.29230.3832
Hunter Lab79.3609-30.796415.7027
CIE-Lab83.4327-30.266113.7735

#9adfb5 color RGB value is (154,223,181).

#9adfb5 hex color red value is 154, green value is 223 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #9adfb5 hue: 0.40 , saturation: 0.52 and the lightness value of 9adfb5 is 0.74.

The process color (four color CMYK) of #9adfb5 color hex is 0.31, 0.00, 0.19, 0.13. Web safe color of #9adfb5 is #99cccc. Color #9adfb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011111 10110101
Octal 232 337 265
Decimal 154 223 181
Hex 9A DF B5

RGB Percentages of Color #9adfb5

%27.60
%39.96
%32.44

CMYK Percentages of Color #9adfb5

%31
%0
%19
%13

Triadic Colors of #9adfb5

#9adfb5 #b59adf #dfb59a

Analogous Colors of #9adfb5

#9adfb5 #9adfd8 #a2df9a

Monochromatic Colors of #9adfb5

#9adfb5

Complementary Color

#9adfb5 #df9ac4

#9adfb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adfb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adfb5 Color CSS Codes

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

#9adfb5 Text Font Color

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

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


#9adfb5 Background Color

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

This div background color is #9adfb5


#9adfb5 Border Color

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

This div border color is #9adfb5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,223,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9adfb5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9adfb5;
  -webkit-box-shadow: 1px 1px 3px 2px #9adfb5;
  box-shadow:         1px 1px 3px 2px #9adfb5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,223,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adfb5


Comments

No comments written yet.

Please login to write comment.