Color Hex Logo

#9fceee Color Hex

#9FCEEE
(159,206,238)
0 Favorites   0 Comments

Color spaces of #9fceee

RGB 159206238
HSL0.570.700.78
HSV204°33°93°
CMYK 0.330.130.00   0.07
XYZ51.802057.686689.2933
Yxy57.68660.26060.2902
Hunter Lab75.9517-11.1715-16.5386
CIE-Lab80.5642-7.8061-20.7144

#9fceee color RGB value is (159,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001110 11101110
Octal 237 316 356
Decimal 159 206 238
Hex 9F CE EE

RGB Percentages of Color #9fceee

%26.37
%34.16
%39.47

CMYK Percentages of Color #9fceee

%33
%13
%0
%7

Triadic Colors of #9fceee

#9fceee #ee9fce #ceee9f

Analogous Colors of #9fceee

#9fceee #9fa7ee #9feee7

Monochromatic Colors of #9fceee

#9fceee

Complementary Color

#9fceee #eebf9f

#9fceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fceee Color CSS Codes

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

#9fceee Text Font Color

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

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


#9fceee Background Color

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

This div background color is #9fceee


#9fceee Border Color

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

This div border color is #9fceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fceee


Comments

No comments written yet.

Please login to write comment.