Color Hex Logo

#9adbbe Color Hex

#9ADBBE
(154,219,190)
0 Favorites   0 Comments

Color spaces of #9adbbe

RGB 154219190
HSL0.430.470.73
HSV153°30°86°
CMYK 0.300.000.13   0.14
XYZ47.952261.250858.0104
Yxy61.25080.28680.3663
Hunter Lab78.2629-27.591910.8368
CIE-Lab82.5134-26.58677.7150

#9adbbe color RGB value is (154,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011011 10111110
Octal 232 333 276
Decimal 154 219 190
Hex 9A DB BE

RGB Percentages of Color #9adbbe

%27.35
%38.90
%33.75

CMYK Percentages of Color #9adbbe

%30
%0
%13
%14

Triadic Colors of #9adbbe

#9adbbe #be9adb #dbbe9a

Analogous Colors of #9adbbe

#9adbbe #9ad8db #9adb9e

Monochromatic Colors of #9adbbe

#9adbbe

Complementary Color

#9adbbe #db9ab7

#9adbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adbbe Color CSS Codes

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

#9adbbe Text Font Color

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

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


#9adbbe Background Color

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

This div background color is #9adbbe


#9adbbe Border Color

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

This div border color is #9adbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adbbe


Comments

No comments written yet.

Please login to write comment.