Color Hex Logo

#96cfdc Color Hex

#96CFDC
(150,207,220)
0 Favorites   0 Comments

Color spaces of #96cfdc

RGB 150207220
HSL0.530.500.73
HSV191°32°86°
CMYK 0.320.060.00   0.14
XYZ47.808856.277076.0529
Yxy56.27700.26540.3124
Hunter Lab75.0180-17.5239-7.5953
CIE-Lab79.7712-15.1641-12.3296

#96cfdc color RGB value is (150,207,220).

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

The process color (four color CMYK) of #96cfdc color hex is 0.32, 0.06, 0.00, 0.14. Web safe color of #96cfdc is #99cccc. Color #96cfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001111 11011100
Octal 226 317 334
Decimal 150 207 220
Hex 96 CF DC

RGB Percentages of Color #96cfdc

%26.00
%35.88
%38.13

CMYK Percentages of Color #96cfdc

%32
%6
%0
%14

Triadic Colors of #96cfdc

#96cfdc #dc96cf #cfdc96

Analogous Colors of #96cfdc

#96cfdc #96acdc #96dcc6

Monochromatic Colors of #96cfdc

#96cfdc

Complementary Color

#96cfdc #dca396

#96cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cfdc Color CSS Codes

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

#96cfdc Text Font Color

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

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


#96cfdc Background Color

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

This div background color is #96cfdc


#96cfdc Border Color

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

This div border color is #96cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cfdc


Comments

No comments written yet.

Please login to write comment.