Color Hex Logo

#96ffcd Color Hex

#96FFCD
(150,255,205)
0 Favorites   0 Comments

Color spaces of #96ffcd

RGB 150255205
HSL0.421.000.79
HSV151°41°100°
CMYK 0.410.000.20   0.00
XYZ59.357182.411870.5362
Yxy82.41180.27960.3882
Hunter Lab90.7809-42.154517.4787
CIE-Lab92.7563-41.396614.4573

#96ffcd color RGB value is (150,255,205).

#96ffcd hex color red value is 150, green value is 255 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #96ffcd hue: 0.42 , saturation: 1.00 and the lightness value of 96ffcd is 0.79.

The process color (four color CMYK) of #96ffcd color hex is 0.41, 0.00, 0.20, 0.00. Web safe color of #96ffcd is #99ffcc. Color #96ffcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111111 11001101
Octal 226 377 315
Decimal 150 255 205
Hex 96 FF CD

RGB Percentages of Color #96ffcd

%24.59
%41.80
%33.61

CMYK Percentages of Color #96ffcd

%41
%0
%20
%0

Triadic Colors of #96ffcd

#96ffcd #cd96ff #ffcd96

Analogous Colors of #96ffcd

#96ffcd #96fdff #96ff99

Monochromatic Colors of #96ffcd

#96ffcd

Complementary Color

#96ffcd #ff96c8

#96ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ffcd Color CSS Codes

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

#96ffcd Text Font Color

<p style="color:#96ffcd">Text here</p>

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


#96ffcd Background Color

<div style="background-color:#96ffcd">
Div content here</div>

This div background color is #96ffcd


#96ffcd Border Color

<div style="border:3px solid #96ffcd">
Div here</div>

This div border color is #96ffcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,255,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96ffcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96ffcd;
  -webkit-box-shadow: 1px 1px 3px 2px #96ffcd;
  box-shadow:         1px 1px 3px 2px #96ffcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,255,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ffcd

Related Colors


Comments

No comments written yet.

Please login to write comment.