Color Hex Logo

#9ffcee Color Hex

#9FFCEE
(159,252,238)
0 Favorites   0 Comments

Color spaces of #9ffcee

RGB 159252238
HSL0.470.940.81
HSV171°37°99°
CMYK 0.370.000.06   0.01
XYZ64.541183.164893.5397
Yxy83.16480.26750.3447
Hunter Lab91.1947-33.26133.0217
CIE-Lab93.0865-30.7238-2.0460

#9ffcee color RGB value is (159,252,238).

#9ffcee hex color red value is 159, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9ffcee hue: 0.47 , saturation: 0.94 and the lightness value of 9ffcee is 0.81.

The process color (four color CMYK) of #9ffcee color hex is 0.37, 0.00, 0.06, 0.01. Web safe color of #9ffcee is #99ffff. Color #9ffcee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111100 11101110
Octal 237 374 356
Decimal 159 252 238
Hex 9F FC EE

RGB Percentages of Color #9ffcee

%24.50
%38.83
%36.67

CMYK Percentages of Color #9ffcee

%37
%0
%6
%1

Triadic Colors of #9ffcee

#9ffcee #ee9ffc #fcee9f

Analogous Colors of #9ffcee

#9ffcee #9fdcfc #9ffcc0

Monochromatic Colors of #9ffcee

#9ffcee

Complementary Color

#9ffcee #fc9fad

#9ffcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffcee Color CSS Codes

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

#9ffcee Text Font Color

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

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


#9ffcee Background Color

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

This div background color is #9ffcee


#9ffcee Border Color

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

This div border color is #9ffcee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,252,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 #9ffcee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffcee


Comments

No comments written yet.

Please login to write comment.