Color Hex Logo

#9adbc3 Color Hex

#9ADBC3
(154,219,195)
0 Favorites   0 Comments

Color spaces of #9adbc3

RGB 154219195
HSL0.440.470.73
HSV158°30°86°
CMYK 0.300.000.11   0.14
XYZ48.508361.473260.9386
Yxy61.47320.28380.3597
Hunter Lab78.4048-26.77238.8014
CIE-Lab82.6325-25.56725.2369

#9adbc3 color RGB value is (154,219,195).

#9adbc3 hex color red value is 154, green value is 219 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #9adbc3 hue: 0.44 , saturation: 0.47 and the lightness value of 9adbc3 is 0.73.

The process color (four color CMYK) of #9adbc3 color hex is 0.30, 0.00, 0.11, 0.14. Web safe color of #9adbc3 is #99cccc. Color #9adbc3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011011 11000011
Octal 232 333 303
Decimal 154 219 195
Hex 9A DB C3

RGB Percentages of Color #9adbc3

%27.11
%38.56
%34.33

CMYK Percentages of Color #9adbc3

%30
%0
%11
%14

Triadic Colors of #9adbc3

#9adbc3 #c39adb #dbc39a

Analogous Colors of #9adbc3

#9adbc3 #9ad3db #9adba3

Monochromatic Colors of #9adbc3

#9adbc3

Complementary Color

#9adbc3 #db9ab2

#9adbc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adbc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adbc3 Color CSS Codes

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

#9adbc3 Text Font Color

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

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


#9adbc3 Background Color

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

This div background color is #9adbc3


#9adbc3 Border Color

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

This div border color is #9adbc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adbc3


Comments

No comments written yet.

Please login to write comment.