Color Hex Logo

#96cbde Color Hex

#96CBDE
(150,203,222)
0 Favorites   0 Comments

Color spaces of #96cbde

RGB 150203222
HSL0.540.520.73
HSV196°32°87°
CMYK 0.320.090.00   0.13
XYZ47.118454.469877.1376
Yxy54.46980.26360.3048
Hunter Lab73.8037-15.1968-10.3058
CIE-Lab78.7349-12.6206-14.9561

#96cbde color RGB value is (150,203,222).

#96cbde hex color red value is 150, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #96cbde hue: 0.54 , saturation: 0.52 and the lightness value of 96cbde is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001011 11011110
Octal 226 313 336
Decimal 150 203 222
Hex 96 CB DE

RGB Percentages of Color #96cbde

%26.09
%35.30
%38.61

CMYK Percentages of Color #96cbde

%32
%9
%0
%13

Triadic Colors of #96cbde

#96cbde #de96cb #cbde96

Analogous Colors of #96cbde

#96cbde #96a7de #96decd

Monochromatic Colors of #96cbde

#96cbde

Complementary Color

#96cbde #dea996

#96cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cbde Color CSS Codes

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

#96cbde Text Font Color

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

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


#96cbde Background Color

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

This div background color is #96cbde


#96cbde Border Color

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

This div border color is #96cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cbde


Comments

No comments written yet.

Please login to write comment.