Color Hex Logo

#96fbed Color Hex

#96FBED
(150,251,237)
0 Favorites   0 Comments

Color spaces of #96fbed

RGB 150251237
HSL0.480.930.79
HSV172°40°98°
CMYK 0.400.000.06   0.02
XYZ62.360981.592892.5830
Yxy81.59280.26360.3449
Hunter Lab90.3287-34.84292.4605
CIE-Lab92.3948-32.7476-2.5881

#96fbed color RGB value is (150,251,237).

#96fbed hex color red value is 150, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #96fbed hue: 0.48 , saturation: 0.93 and the lightness value of 96fbed is 0.79.

The process color (four color CMYK) of #96fbed color hex is 0.40, 0.00, 0.06, 0.02. Web safe color of #96fbed is #99ffff. Color #96fbed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111011 11101101
Octal 226 373 355
Decimal 150 251 237
Hex 96 FB ED

RGB Percentages of Color #96fbed

%23.51
%39.34
%37.15

CMYK Percentages of Color #96fbed

%40
%0
%6
%2

Triadic Colors of #96fbed

#96fbed #ed96fb #fbed96

Analogous Colors of #96fbed

#96fbed #96d7fb #96fbbb

Monochromatic Colors of #96fbed

#96fbed

Complementary Color

#96fbed #fb96a4

#96fbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96fbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#96fbed Color CSS Codes

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

#96fbed Text Font Color

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

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


#96fbed Background Color

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

This div background color is #96fbed


#96fbed Border Color

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

This div border color is #96fbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96fbed


Comments

No comments written yet.

Please login to write comment.