Color Hex Logo

#9acddc Color Hex

#9ACDDC
(154,205,220)
0 Favorites   0 Comments

Color spaces of #9acddc

RGB 154205220
HSL0.540.490.73
HSV194°30°86°
CMYK 0.300.070.00   0.14
XYZ48.076055.700075.9274
Yxy55.70000.26750.3100
Hunter Lab74.6324-15.6224-8.0761
CIE-Lab79.4428-13.0090-12.7982

#9acddc color RGB value is (154,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001101 11011100
Octal 232 315 334
Decimal 154 205 220
Hex 9A CD DC

RGB Percentages of Color #9acddc

%26.60
%35.41
%38.00

CMYK Percentages of Color #9acddc

%30
%7
%0
%14

Triadic Colors of #9acddc

#9acddc #dc9acd #cddc9a

Analogous Colors of #9acddc

#9acddc #9aacdc #9adcca

Monochromatic Colors of #9acddc

#9acddc

Complementary Color

#9acddc #dca99a

#9acddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acddc Color CSS Codes

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

#9acddc Text Font Color

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

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


#9acddc Background Color

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

This div background color is #9acddc


#9acddc Border Color

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

This div border color is #9acddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acddc


Comments

No comments written yet.

Please login to write comment.