Color Hex Logo

#9bfedf Color Hex

#9BFEDF
(155,254,223)
0 Favorites   0 Comments

Color spaces of #9bfedf

RGB 155254223
HSL0.450.980.80
HSV161°39°100°
CMYK 0.390.000.12   0.00
XYZ62.278783.179982.5849
Yxy83.17990.27310.3648
Hunter Lab91.2030-37.715110.1546
CIE-Lab93.0931-35.94855.6978

#9bfedf color RGB value is (155,254,223).

#9bfedf hex color red value is 155, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9bfedf hue: 0.45 , saturation: 0.98 and the lightness value of 9bfedf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111110 11011111
Octal 233 376 337
Decimal 155 254 223
Hex 9B FE DF

RGB Percentages of Color #9bfedf

%24.53
%40.19
%35.28

CMYK Percentages of Color #9bfedf

%39
%0
%12
%0

Triadic Colors of #9bfedf

#9bfedf #df9bfe #fedf9b

Analogous Colors of #9bfedf

#9bfedf #9becfe #9bfeae

Monochromatic Colors of #9bfedf

#9bfedf

Complementary Color

#9bfedf #fe9bba

#9bfedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bfedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bfedf Color CSS Codes

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

#9bfedf Text Font Color

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

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


#9bfedf Background Color

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

This div background color is #9bfedf


#9bfedf Border Color

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

This div border color is #9bfedf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,254,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bfedf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bfedf;
  -webkit-box-shadow: 1px 1px 3px 2px #9bfedf;
  box-shadow:         1px 1px 3px 2px #9bfedf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,254,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bfedf


Comments

No comments written yet.

Please login to write comment.