Color Hex Logo

#96aedc Color Hex

#96AEDC
(150,174,220)
0 Favorites   0 Comments

Color spaces of #96aedc

RGB 150174220
HSL0.610.500.73
HSV219°32°86°
CMYK 0.320.210.00   0.14
XYZ40.632041.923473.6606
Yxy41.92340.26010.2684
Hunter Lab64.7483-1.2940-22.1272
CIE-Lab70.81812.4416-25.8856

#96aedc color RGB value is (150,174,220).

#96aedc hex color red value is 150, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #96aedc hue: 0.61 , saturation: 0.50 and the lightness value of 96aedc is 0.73.

The process color (four color CMYK) of #96aedc color hex is 0.32, 0.21, 0.00, 0.14. Web safe color of #96aedc is #9999cc. Color #96aedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101110 11011100
Octal 226 256 334
Decimal 150 174 220
Hex 96 AE DC

RGB Percentages of Color #96aedc

%27.57
%31.99
%40.44

CMYK Percentages of Color #96aedc

%32
%21
%0
%14

Triadic Colors of #96aedc

#96aedc #dc96ae #aedc96

Analogous Colors of #96aedc

#96aedc #a196dc #96d1dc

Monochromatic Colors of #96aedc

#96aedc

Complementary Color

#96aedc #dcc496

#96aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aedc Color CSS Codes

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

#96aedc Text Font Color

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

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


#96aedc Background Color

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

This div background color is #96aedc


#96aedc Border Color

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

This div border color is #96aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aedc


Comments

No comments written yet.

Please login to write comment.