Color Hex Logo

#9fdaee Color Hex

#9FDAEE
(159,218,238)
0 Favorites   0 Comments

Color spaces of #9fdaee

RGB 159218238
HSL0.540.700.78
HSV195°33°93°
CMYK 0.330.080.00   0.07
XYZ54.802163.686890.2933
Yxy63.68680.26250.3050
Hunter Lab79.8040-17.0795-11.2202
CIE-Lab83.8024-14.0268-15.8276

#9fdaee color RGB value is (159,218,238).

#9fdaee hex color red value is 159, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9fdaee hue: 0.54 , saturation: 0.70 and the lightness value of 9fdaee is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011010 11101110
Octal 237 332 356
Decimal 159 218 238
Hex 9F DA EE

RGB Percentages of Color #9fdaee

%25.85
%35.45
%38.70

CMYK Percentages of Color #9fdaee

%33
%8
%0
%7

Triadic Colors of #9fdaee

#9fdaee #ee9fda #daee9f

Analogous Colors of #9fdaee

#9fdaee #9fb3ee #9feedb

Monochromatic Colors of #9fdaee

#9fdaee

Complementary Color

#9fdaee #eeb39f

#9fdaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdaee Color CSS Codes

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

#9fdaee Text Font Color

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

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


#9fdaee Background Color

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

This div background color is #9fdaee


#9fdaee Border Color

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

This div border color is #9fdaee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,218,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fdaee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fdaee;
  -webkit-box-shadow: 1px 1px 3px 2px #9fdaee;
  box-shadow:         1px 1px 3px 2px #9fdaee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,218,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdaee


Comments

No comments written yet.

Please login to write comment.