Color Hex Logo

#96ccda Color Hex

#96CCDA
(150,204,218)
0 Favorites   0 Comments

Color spaces of #96ccda

RGB 150204218
HSL0.530.480.72
HSV192°31°85°
CMYK 0.310.060.00   0.15
XYZ46.825454.731774.4260
Yxy54.73170.26610.3110
Hunter Lab73.9809-16.4869-7.8601
CIE-Lab78.8865-14.0959-12.5806

#96ccda color RGB value is (150,204,218).

#96ccda hex color red value is 150, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #96ccda hue: 0.53 , saturation: 0.48 and the lightness value of 96ccda is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001100 11011010
Octal 226 314 332
Decimal 150 204 218
Hex 96 CC DA

RGB Percentages of Color #96ccda

%26.22
%35.66
%38.11

CMYK Percentages of Color #96ccda

%31
%6
%0
%15

Triadic Colors of #96ccda

#96ccda #da96cc #ccda96

Analogous Colors of #96ccda

#96ccda #96aada #96dac6

Monochromatic Colors of #96ccda

#96ccda

Complementary Color

#96ccda #daa496

#96ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ccda Color CSS Codes

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

#96ccda Text Font Color

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

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


#96ccda Background Color

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

This div background color is #96ccda


#96ccda Border Color

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

This div border color is #96ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ccda


Comments

No comments written yet.

Please login to write comment.