Color Hex Logo

#96dfdc Color Hex

#96DFDC
(150,223,220)
0 Favorites   0 Comments

Color spaces of #96dfdc

RGB 150223220
HSL0.490.530.73
HSV178°33°87°
CMYK 0.330.000.01   0.13
XYZ51.883664.426777.4112
Yxy64.42670.26780.3326
Hunter Lab80.2662-25.0846-0.9947
CIE-Lab84.1874-23.2090-5.7656

#96dfdc color RGB value is (150,223,220).

#96dfdc hex color red value is 150, green value is 223 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #96dfdc hue: 0.49 , saturation: 0.53 and the lightness value of 96dfdc is 0.73.

The process color (four color CMYK) of #96dfdc color hex is 0.33, 0.00, 0.01, 0.13. Web safe color of #96dfdc is #99cccc. Color #96dfdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011111 11011100
Octal 226 337 334
Decimal 150 223 220
Hex 96 DF DC

RGB Percentages of Color #96dfdc

%25.30
%37.61
%37.10

CMYK Percentages of Color #96dfdc

%33
%0
%1
%13

Triadic Colors of #96dfdc

#96dfdc #dc96df #dfdc96

Analogous Colors of #96dfdc

#96dfdc #96bedf #96dfb8

Monochromatic Colors of #96dfdc

#96dfdc

Complementary Color

#96dfdc #df9699

#96dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96dfdc Color CSS Codes

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

#96dfdc Text Font Color

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

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


#96dfdc Background Color

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

This div background color is #96dfdc


#96dfdc Border Color

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

This div border color is #96dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96dfdc


Comments

No comments written yet.

Please login to write comment.