Color Hex Logo

#9adcca Color Hex

#9ADCCA
(154,220,202)
0 Favorites   0 Comments

Color spaces of #9adcca

RGB 154220202
HSL0.450.490.73
HSV164°30°86°
CMYK 0.300.000.08   0.14
XYZ49.580362.320765.2931
Yxy62.32070.27980.3517
Hunter Lab78.9435-26.04446.2224
CIE-Lab83.0837-24.59002.1790

#9adcca color RGB value is (154,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011100 11001010
Octal 232 334 312
Decimal 154 220 202
Hex 9A DC CA

RGB Percentages of Color #9adcca

%26.74
%38.19
%35.07

CMYK Percentages of Color #9adcca

%30
%0
%8
%14

Triadic Colors of #9adcca

#9adcca #ca9adc #dcca9a

Analogous Colors of #9adcca

#9adcca #9acddc #9adca9

Monochromatic Colors of #9adcca

#9adcca

Complementary Color

#9adcca #dc9aac

#9adcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adcca Color CSS Codes

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

#9adcca Text Font Color

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

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


#9adcca Background Color

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

This div background color is #9adcca


#9adcca Border Color

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

This div border color is #9adcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adcca


Comments

No comments written yet.

Please login to write comment.