Color Hex Logo

#9adcbc Color Hex

#9ADCBC
(154,220,188)
0 Favorites   0 Comments

Color spaces of #9adcbc

RGB 154220188
HSL0.420.490.73
HSV151°30°86°
CMYK 0.300.000.15   0.14
XYZ47.996761.687356.9541
Yxy61.68730.28800.3702
Hunter Lab78.5413-28.365611.9848
CIE-Lab82.7468-27.46999.1076

#9adcbc color RGB value is (154,220,188).

#9adcbc hex color red value is 154, green value is 220 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9adcbc hue: 0.42 , saturation: 0.49 and the lightness value of 9adcbc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011100 10111100
Octal 232 334 274
Decimal 154 220 188
Hex 9A DC BC

RGB Percentages of Color #9adcbc

%27.40
%39.15
%33.45

CMYK Percentages of Color #9adcbc

%30
%0
%15
%14

Triadic Colors of #9adcbc

#9adcbc #bc9adc #dcbc9a

Analogous Colors of #9adcbc

#9adcbc #9adbdc #9adc9b

Monochromatic Colors of #9adcbc

#9adcbc

Complementary Color

#9adcbc #dc9aba

#9adcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adcbc Color CSS Codes

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

#9adcbc Text Font Color

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

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


#9adcbc Background Color

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

This div background color is #9adcbc


#9adcbc Border Color

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

This div border color is #9adcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adcbc

#9adcbc Color Palettes


Comments

No comments written yet.

Please login to write comment.