Color Hex Logo

#9aedcd Color Hex

#9AEDCD
(154,237,205)
0 Favorites   0 Comments

Color spaces of #9aedcd

RGB 154237205
HSL0.440.700.77
HSV157°35°93°
CMYK 0.350.000.14   0.07
XYZ54.630171.846268.7460
Yxy71.84620.27980.3680
Hunter Lab84.7621-33.288611.2466
CIE-Lab87.8945-32.10097.5514

#9aedcd color RGB value is (154,237,205).

#9aedcd hex color red value is 154, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9aedcd hue: 0.44 , saturation: 0.70 and the lightness value of 9aedcd is 0.77.

The process color (four color CMYK) of #9aedcd color hex is 0.35, 0.00, 0.14, 0.07. Web safe color of #9aedcd is #99ffcc. Color #9aedcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101101 11001101
Octal 232 355 315
Decimal 154 237 205
Hex 9A ED CD

RGB Percentages of Color #9aedcd

%25.84
%39.77
%34.40

CMYK Percentages of Color #9aedcd

%35
%0
%14
%7

Triadic Colors of #9aedcd

#9aedcd #cd9aed #edcd9a

Analogous Colors of #9aedcd

#9aedcd #9ae4ed #9aeda4

Monochromatic Colors of #9aedcd

#9aedcd

Complementary Color

#9aedcd #ed9aba

#9aedcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aedcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aedcd Color CSS Codes

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

#9aedcd Text Font Color

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

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


#9aedcd Background Color

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

This div background color is #9aedcd


#9aedcd Border Color

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

This div border color is #9aedcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aedcd


Comments

No comments written yet.

Please login to write comment.