Color Hex Logo

#9febcf Color Hex

#9FEBCF
(159,235,207)
0 Favorites   0 Comments

Color spaces of #9febcf

RGB 159235207
HSL0.440.660.77
HSV158°32°92°
CMYK 0.320.000.12   0.08
XYZ55.268971.292669.8794
Yxy71.29260.28140.3629
Hunter Lab84.4349-30.919710.0353
CIE-Lab87.6270-29.33366.1524

#9febcf color RGB value is (159,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101011 11001111
Octal 237 353 317
Decimal 159 235 207
Hex 9F EB CF

RGB Percentages of Color #9febcf

%26.46
%39.10
%34.44

CMYK Percentages of Color #9febcf

%32
%0
%12
%8

Triadic Colors of #9febcf

#9febcf #cf9feb #ebcf9f

Analogous Colors of #9febcf

#9febcf #9fe1eb #9feba9

Monochromatic Colors of #9febcf

#9febcf

Complementary Color

#9febcf #eb9fbb

#9febcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9febcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9febcf Color CSS Codes

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

#9febcf Text Font Color

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

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


#9febcf Background Color

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

This div background color is #9febcf


#9febcf Border Color

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

This div border color is #9febcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9febcf


Comments

No comments written yet.

Please login to write comment.