Color Hex Logo

#9fceea Color Hex

#9FCEEA
(159,206,234)
0 Favorites   0 Comments

Color spaces of #9fceea

RGB 159206234
HSL0.560.640.77
HSV202°32°92°
CMYK 0.320.120.00   0.08
XYZ51.220757.454186.2320
Yxy57.45410.26280.2948
Hunter Lab75.7985-12.0263-14.3922
CIE-Lab80.4343-8.7796-18.7741

#9fceea color RGB value is (159,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001110 11101010
Octal 237 316 352
Decimal 159 206 234
Hex 9F CE EA

RGB Percentages of Color #9fceea

%26.54
%34.39
%39.07

CMYK Percentages of Color #9fceea

%32
%12
%0
%8

Triadic Colors of #9fceea

#9fceea #ea9fce #ceea9f

Analogous Colors of #9fceea

#9fceea #9fa9ea #9feae1

Monochromatic Colors of #9fceea

#9fceea

Complementary Color

#9fceea #eabb9f

#9fceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fceea Color CSS Codes

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

#9fceea Text Font Color

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

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


#9fceea Background Color

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

This div background color is #9fceea


#9fceea Border Color

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

This div border color is #9fceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fceea


Comments

No comments written yet.

Please login to write comment.