Color Hex Logo

#9fceeb Color Hex

#9FCEEB
(159,206,235)
0 Favorites   0 Comments

Color spaces of #9fceeb

RGB 159206235
HSL0.560.660.77
HSV203°32°92°
CMYK 0.320.120.00   0.08
XYZ51.364857.511786.9909
Yxy57.51170.26220.2936
Hunter Lab75.8365-11.8140-14.9252
CIE-Lab80.4665-8.5372-19.2598

#9fceeb color RGB value is (159,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001110 11101011
Octal 237 316 353
Decimal 159 206 235
Hex 9F CE EB

RGB Percentages of Color #9fceeb

%26.50
%34.33
%39.17

CMYK Percentages of Color #9fceeb

%32
%12
%0
%8

Triadic Colors of #9fceeb

#9fceeb #eb9fce #ceeb9f

Analogous Colors of #9fceeb

#9fceeb #9fa8eb #9febe2

Monochromatic Colors of #9fceeb

#9fceeb

Complementary Color

#9fceeb #ebbc9f

#9fceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fceeb Color CSS Codes

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

#9fceeb Text Font Color

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

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


#9fceeb Background Color

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

This div background color is #9fceeb


#9fceeb Border Color

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

This div border color is #9fceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fceeb


Comments

No comments written yet.

Please login to write comment.