Color Hex Logo

#9adfec Color Hex

#9ADFEC
(154,223,236)
1 Favorites   0 Comments

Color spaces of #9adfec

RGB 154223236
HSL0.530.680.76
HSV190°35°93°
CMYK 0.350.060.00   0.07
XYZ54.854465.701589.1474
Yxy65.70150.26160.3133
Hunter Lab81.0565-21.0502-8.4687
CIE-Lab84.8439-18.3837-13.2336

#9adfec color RGB value is (154,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011111 11101100
Octal 232 337 354
Decimal 154 223 236
Hex 9A DF EC

RGB Percentages of Color #9adfec

%25.12
%36.38
%38.50

CMYK Percentages of Color #9adfec

%35
%6
%0
%7

Triadic Colors of #9adfec

#9adfec #ec9adf #dfec9a

Analogous Colors of #9adfec

#9adfec #9ab6ec #9aecd0

Monochromatic Colors of #9adfec

#9adfec

Complementary Color

#9adfec #eca79a

#9adfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adfec Color CSS Codes

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

#9adfec Text Font Color

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

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


#9adfec Background Color

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

This div background color is #9adfec


#9adfec Border Color

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

This div border color is #9adfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adfec


Comments

No comments written yet.

Please login to write comment.