Color Hex Logo

#96f0cd Color Hex

#96F0CD
(150,240,205)
0 Favorites   0 Comments

Color spaces of #96f0cd

RGB 150240205
HSL0.440.750.76
HSV157°38°94°
CMYK 0.380.000.15   0.06
XYZ54.757273.212069.0029
Yxy73.21200.27800.3717
Hunter Lab85.5640-35.504912.0805
CIE-Lab88.5487-34.59868.4659

#96f0cd color RGB value is (150,240,205).

#96f0cd hex color red value is 150, green value is 240 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #96f0cd hue: 0.44 , saturation: 0.75 and the lightness value of 96f0cd is 0.76.

The process color (four color CMYK) of #96f0cd color hex is 0.38, 0.00, 0.15, 0.06. Web safe color of #96f0cd is #99ffcc. Color #96f0cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11110000 11001101
Octal 226 360 315
Decimal 150 240 205
Hex 96 F0 CD

RGB Percentages of Color #96f0cd

%25.21
%40.34
%34.45

CMYK Percentages of Color #96f0cd

%38
%0
%15
%6

Triadic Colors of #96f0cd

#96f0cd #cd96f0 #f0cd96

Analogous Colors of #96f0cd

#96f0cd #96e6f0 #96f0a0

Monochromatic Colors of #96f0cd

#96f0cd

Complementary Color

#96f0cd #f096b9

#96f0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96f0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96f0cd Color CSS Codes

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

#96f0cd Text Font Color

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

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


#96f0cd Background Color

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

This div background color is #96f0cd


#96f0cd Border Color

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

This div border color is #96f0cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,240,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 #96f0cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96f0cd


Comments

No comments written yet.

Please login to write comment.