Color Hex Logo

#9aefd5 Color Hex

#9AEFD5
(154,239,213)
0 Favorites   0 Comments

Color spaces of #9aefd5

RGB 154239213
HSL0.450.730.77
HSV162°36°94°
CMYK 0.360.000.11   0.06
XYZ56.203273.407174.1576
Yxy73.40710.27580.3602
Hunter Lab85.6779-32.84368.6568
CIE-Lab88.6415-31.36814.4505

#9aefd5 color RGB value is (154,239,213).

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

The process color (four color CMYK) of #9aefd5 color hex is 0.36, 0.00, 0.11, 0.06. Web safe color of #9aefd5 is #99ffcc. Color #9aefd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101111 11010101
Octal 232 357 325
Decimal 154 239 213
Hex 9A EF D5

RGB Percentages of Color #9aefd5

%25.41
%39.44
%35.15

CMYK Percentages of Color #9aefd5

%36
%0
%11
%6

Triadic Colors of #9aefd5

#9aefd5 #d59aef #efd59a

Analogous Colors of #9aefd5

#9aefd5 #9adfef #9aefab

Monochromatic Colors of #9aefd5

#9aefd5

Complementary Color

#9aefd5 #ef9ab4

#9aefd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aefd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aefd5 Color CSS Codes

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

#9aefd5 Text Font Color

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

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


#9aefd5 Background Color

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

This div background color is #9aefd5


#9aefd5 Border Color

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

This div border color is #9aefd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aefd5


Comments

No comments written yet.

Please login to write comment.