Color Hex Logo

#9cfadb Color Hex

#9CFADB
(156,250,219)
0 Favorites   0 Comments

Color spaces of #9cfadb

RGB 156250219
HSL0.450.900.80
HSV160°38°98°
CMYK 0.380.000.12   0.02
XYZ60.682180.553679.3680
Yxy80.55360.27510.3652
Hunter Lab89.7517-36.379610.3956
CIE-Lab91.9327-34.68986.0967

#9cfadb color RGB value is (156,250,219).

#9cfadb hex color red value is 156, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9cfadb hue: 0.45 , saturation: 0.90 and the lightness value of 9cfadb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111010 11011011
Octal 234 372 333
Decimal 156 250 219
Hex 9C FA DB

RGB Percentages of Color #9cfadb

%24.96
%40.00
%35.04

CMYK Percentages of Color #9cfadb

%38
%0
%12
%2

Triadic Colors of #9cfadb

#9cfadb #db9cfa #fadb9c

Analogous Colors of #9cfadb

#9cfadb #9ceafa #9cfaac

Monochromatic Colors of #9cfadb

#9cfadb

Complementary Color

#9cfadb #fa9cbb

#9cfadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfadb Color CSS Codes

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

#9cfadb Text Font Color

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

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


#9cfadb Background Color

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

This div background color is #9cfadb


#9cfadb Border Color

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

This div border color is #9cfadb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,250,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cfadb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cfadb;
  -webkit-box-shadow: 1px 1px 3px 2px #9cfadb;
  box-shadow:         1px 1px 3px 2px #9cfadb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,250,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfadb


Comments

No comments written yet.

Please login to write comment.