Color Hex Logo

#92aedb Color Hex

#92AEDB
(146,174,219)
0 Favorites   0 Comments

Color spaces of #92aedb

RGB 146174219
HSL0.600.500.72
HSV217°33°86°
CMYK 0.330.210.00   0.14
XYZ39.776341.497672.9312
Yxy41.49760.25790.2691
Hunter Lab64.4186-2.5150-22.0318
CIE-Lab70.52311.0500-25.8126

#92aedb color RGB value is (146,174,219).

#92aedb hex color red value is 146, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #92aedb hue: 0.60 , saturation: 0.50 and the lightness value of 92aedb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10101110 11011011
Octal 222 256 333
Decimal 146 174 219
Hex 92 AE DB

RGB Percentages of Color #92aedb

%27.09
%32.28
%40.63

CMYK Percentages of Color #92aedb

%33
%21
%0
%14

Triadic Colors of #92aedb

#92aedb #db92ae #aedb92

Analogous Colors of #92aedb

#92aedb #9b92db #92d3db

Monochromatic Colors of #92aedb

#92aedb

Complementary Color

#92aedb #dbbf92

#92aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#92aedb Color CSS Codes

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

#92aedb Text Font Color

<p style="color:#92aedb">Text here</p>

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


#92aedb Background Color

<div style="background-color:#92aedb">
Div content here</div>

This div background color is #92aedb


#92aedb Border Color

<div style="border:3px solid #92aedb">
Div here</div>

This div border color is #92aedb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,174,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #92aedb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #92aedb;
  -webkit-box-shadow: 1px 1px 3px 2px #92aedb;
  box-shadow:         1px 1px 3px 2px #92aedb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92aedb


Comments

No comments written yet.

Please login to write comment.