Color Hex Logo

#96dacf Color Hex

#96DACF
(150,218,207)
0 Favorites   0 Comments

Color spaces of #96dacf

RGB 150218207
HSL0.470.480.72
HSV170°31°85°
CMYK 0.310.000.05   0.15
XYZ48.911661.131868.2532
Yxy61.13180.27430.3429
Hunter Lab78.1868-25.16212.9736
CIE-Lab82.4495-23.6744-1.4255

#96dacf color RGB value is (150,218,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011010 11001111
Octal 226 332 317
Decimal 150 218 207
Hex 96 DA CF

RGB Percentages of Color #96dacf

%26.09
%37.91
%36.00

CMYK Percentages of Color #96dacf

%31
%0
%5
%15

Triadic Colors of #96dacf

#96dacf #cf96da #dacf96

Analogous Colors of #96dacf

#96dacf #96c3da #96daad

Monochromatic Colors of #96dacf

#96dacf

Complementary Color

#96dacf #da96a1

#96dacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96dacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96dacf Color CSS Codes

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

#96dacf Text Font Color

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

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


#96dacf Background Color

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

This div background color is #96dacf


#96dacf Border Color

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

This div border color is #96dacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96dacf

#96dacf Color Palettes


Comments

No comments written yet.

Please login to write comment.