Color Hex Logo

#9ad3ea Color Hex

#9AD3EA
(154,211,234)
0 Favorites   0 Comments

Color spaces of #9ad3ea

RGB 154211234
HSL0.550.660.76
HSV197°34°92°
CMYK 0.340.100.00   0.08
XYZ51.472059.399186.5942
Yxy59.39910.26070.3008
Hunter Lab77.0708-15.6621-12.6667
CIE-Lab81.5105-12.7538-17.1774

#9ad3ea color RGB value is (154,211,234).

#9ad3ea hex color red value is 154, green value is 211 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9ad3ea hue: 0.55 , saturation: 0.66 and the lightness value of 9ad3ea is 0.76.

The process color (four color CMYK) of #9ad3ea color hex is 0.34, 0.10, 0.00, 0.08. Web safe color of #9ad3ea is #99ccff. Color #9ad3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11010011 11101010
Octal 232 323 352
Decimal 154 211 234
Hex 9A D3 EA

RGB Percentages of Color #9ad3ea

%25.71
%35.23
%39.07

CMYK Percentages of Color #9ad3ea

%34
%10
%0
%8

Triadic Colors of #9ad3ea

#9ad3ea #ea9ad3 #d3ea9a

Analogous Colors of #9ad3ea

#9ad3ea #9aabea #9aead9

Monochromatic Colors of #9ad3ea

#9ad3ea

Complementary Color

#9ad3ea #eab19a

#9ad3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad3ea Color CSS Codes

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

#9ad3ea Text Font Color

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

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


#9ad3ea Background Color

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

This div background color is #9ad3ea


#9ad3ea Border Color

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

This div border color is #9ad3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad3ea


Comments

No comments written yet.

Please login to write comment.