Color Hex Logo

#96ebda Color Hex

#96EBDA
(150,235,218)
0 Favorites   0 Comments

Color spaces of #96ebda

RGB 150235218
HSL0.470.680.75
HSV168°36°92°
CMYK 0.360.000.07   0.08
XYZ54.940970.962677.1311
Yxy70.96260.27060.3495
Hunter Lab84.2393-31.00104.6805
CIE-Lab87.4668-29.47060.1040

#96ebda color RGB value is (150,235,218).

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

The process color (four color CMYK) of #96ebda color hex is 0.36, 0.00, 0.07, 0.08. Web safe color of #96ebda is #99ffcc. Color #96ebda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101011 11011010
Octal 226 353 332
Decimal 150 235 218
Hex 96 EB DA

RGB Percentages of Color #96ebda

%24.88
%38.97
%36.15

CMYK Percentages of Color #96ebda

%36
%0
%7
%8

Triadic Colors of #96ebda

#96ebda #da96eb #ebda96

Analogous Colors of #96ebda

#96ebda #96d2eb #96ebb0

Monochromatic Colors of #96ebda

#96ebda

Complementary Color

#96ebda #eb96a7

#96ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ebda Color CSS Codes

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

#96ebda Text Font Color

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

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


#96ebda Background Color

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

This div background color is #96ebda


#96ebda Border Color

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

This div border color is #96ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ebda


Comments

No comments written yet.

Please login to write comment.