Color Hex Logo

#9aedcc Color Hex

#9AEDCC
(154,237,204)
0 Favorites   0 Comments

Color spaces of #9aedcc

RGB 154237204
HSL0.430.700.77
HSV156°35°93°
CMYK 0.350.000.14   0.07
XYZ54.509771.798068.1122
Yxy71.79800.28040.3693
Hunter Lab84.7337-33.453911.6540
CIE-Lab87.8713-32.30638.0403

#9aedcc color RGB value is (154,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101101 11001100
Octal 232 355 314
Decimal 154 237 204
Hex 9A ED CC

RGB Percentages of Color #9aedcc

%25.88
%39.83
%34.29

CMYK Percentages of Color #9aedcc

%35
%0
%14
%7

Triadic Colors of #9aedcc

#9aedcc #cc9aed #edcc9a

Analogous Colors of #9aedcc

#9aedcc #9ae5ed #9aeda3

Monochromatic Colors of #9aedcc

#9aedcc

Complementary Color

#9aedcc #ed9abb

#9aedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aedcc Color CSS Codes

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

#9aedcc Text Font Color

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

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


#9aedcc Background Color

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

This div background color is #9aedcc


#9aedcc Border Color

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

This div border color is #9aedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aedcc


Comments

No comments written yet.

Please login to write comment.