Color Hex Logo

#9adfef Color Hex

#9ADFEF
(154,223,239)
1 Favorites   0 Comments

Color spaces of #9adfef

RGB 154223239
HSL0.530.730.77
HSV191°36°94°
CMYK 0.360.070.00   0.06
XYZ55.294165.877491.4627
Yxy65.87740.26000.3098
Hunter Lab81.1649-20.4343-9.9970
CIE-Lab84.9338-17.6619-14.6846

#9adfef color RGB value is (154,223,239).

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

The process color (four color CMYK) of #9adfef color hex is 0.36, 0.07, 0.00, 0.06. Web safe color of #9adfef is #99ccff. Color #9adfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011111 11101111
Octal 232 337 357
Decimal 154 223 239
Hex 9A DF EF

RGB Percentages of Color #9adfef

%25.00
%36.20
%38.80

CMYK Percentages of Color #9adfef

%36
%7
%0
%6

Triadic Colors of #9adfef

#9adfef #ef9adf #dfef9a

Analogous Colors of #9adfef

#9adfef #9ab5ef #9aefd5

Monochromatic Colors of #9adfef

#9adfef

Complementary Color

#9adfef #efaa9a

#9adfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adfef Color CSS Codes

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

#9adfef Text Font Color

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

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


#9adfef Background Color

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

This div background color is #9adfef


#9adfef Border Color

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

This div border color is #9adfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adfef

#9adfef Color Palettes


Comments

No comments written yet.

Please login to write comment.