Color Hex Logo

#9fceff Color Hex

#9FCEFF
(159,206,255)
0 Favorites   0 Comments

Color spaces of #9fceff

RGB 159206255
HSL0.591.000.81
HSV211°38°100°
CMYK 0.380.190.00   0.00
XYZ54.419458.7335103.0762
Yxy58.73350.25170.2716
Hunter Lab76.6378-7.3658-26.0973
CIE-Lab81.1449-3.5428-28.8883

#9fceff color RGB value is (159,206,255).

#9fceff hex color red value is 159, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9fceff hue: 0.59 , saturation: 1.00 and the lightness value of 9fceff is 0.81.

The process color (four color CMYK) of #9fceff color hex is 0.38, 0.19, 0.00, 0.00. Web safe color of #9fceff is #99ccff. Color #9fceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001110 11111111
Octal 237 316 377
Decimal 159 206 255
Hex 9F CE FF

RGB Percentages of Color #9fceff

%25.65
%33.23
%41.13

CMYK Percentages of Color #9fceff

%38
%19
%0
%0

Triadic Colors of #9fceff

#9fceff #ff9fce #ceff9f

Analogous Colors of #9fceff

#9fceff #a09fff #9ffeff

Monochromatic Colors of #9fceff

#9fceff

Complementary Color

#9fceff #ffd09f

#9fceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fceff Color CSS Codes

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

#9fceff Text Font Color

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

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


#9fceff Background Color

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

This div background color is #9fceff


#9fceff Border Color

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

This div border color is #9fceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fceff

Related Colors


Comments

No comments written yet.

Please login to write comment.