Color Hex Logo

#9fdeea Color Hex

#9FDEEA
(159,222,234)
0 Favorites   0 Comments

Color spaces of #9fdeea

RGB 159222234
HSL0.530.640.77
HSV190°32°92°
CMYK 0.320.050.00   0.08
XYZ55.270665.554087.5820
Yxy65.55400.26520.3145
Hunter Lab80.9654-19.8375-7.4594
CIE-Lab84.7684-17.0079-12.2622

#9fdeea color RGB value is (159,222,234).

#9fdeea hex color red value is 159, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9fdeea hue: 0.53 , saturation: 0.64 and the lightness value of 9fdeea is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011110 11101010
Octal 237 336 352
Decimal 159 222 234
Hex 9F DE EA

RGB Percentages of Color #9fdeea

%25.85
%36.10
%38.05

CMYK Percentages of Color #9fdeea

%32
%5
%0
%8

Triadic Colors of #9fdeea

#9fdeea #ea9fde #deea9f

Analogous Colors of #9fdeea

#9fdeea #9fb9ea #9fead1

Monochromatic Colors of #9fdeea

#9fdeea

Complementary Color

#9fdeea #eaab9f

#9fdeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdeea Color CSS Codes

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

#9fdeea Text Font Color

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

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


#9fdeea Background Color

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

This div background color is #9fdeea


#9fdeea Border Color

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

This div border color is #9fdeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdeea


Comments

No comments written yet.

Please login to write comment.