Color Hex Logo

#9efbcf Color Hex

#9EFBCF
(158,251,207)
0 Favorites   0 Comments

Color spaces of #9efbcf

RGB 158251207
HSL0.420.920.80
HSV152°37°98°
CMYK 0.370.000.18   0.02
XYZ59.860280.768571.4664
Yxy80.76850.28220.3808
Hunter Lab89.8713-38.382015.7620
CIE-Lab92.0286-37.055812.4452

#9efbcf color RGB value is (158,251,207).

#9efbcf hex color red value is 158, green value is 251 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9efbcf hue: 0.42 , saturation: 0.92 and the lightness value of 9efbcf is 0.80.

The process color (four color CMYK) of #9efbcf color hex is 0.37, 0.00, 0.18, 0.02. Web safe color of #9efbcf is #99ffcc. Color #9efbcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111011 11001111
Octal 236 373 317
Decimal 158 251 207
Hex 9E FB CF

RGB Percentages of Color #9efbcf

%25.65
%40.75
%33.60

CMYK Percentages of Color #9efbcf

%37
%0
%18
%2

Triadic Colors of #9efbcf

#9efbcf #cf9efb #fbcf9e

Analogous Colors of #9efbcf

#9efbcf #9ef9fb #9efba1

Monochromatic Colors of #9efbcf

#9efbcf

Complementary Color

#9efbcf #fb9eca

#9efbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efbcf Color CSS Codes

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

#9efbcf Text Font Color

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

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


#9efbcf Background Color

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

This div background color is #9efbcf


#9efbcf Border Color

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

This div border color is #9efbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efbcf

Related Colors


Comments

No comments written yet.

Please login to write comment.