Color Hex Logo

#92addb Color Hex

#92ADDB
(146,173,219)
0 Favorites   0 Comments

Color spaces of #92addb

RGB 146173219
HSL0.610.500.72
HSV218°33°86°
CMYK 0.330.210.00   0.14
XYZ39.583841.112672.8671
Yxy41.11260.25780.2677
Hunter Lab64.1191-2.0118-22.4958
CIE-Lab70.25471.6026-26.2241

#92addb color RGB value is (146,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10101101 11011011
Octal 222 255 333
Decimal 146 173 219
Hex 92 AD DB

RGB Percentages of Color #92addb

%27.14
%32.16
%40.71

CMYK Percentages of Color #92addb

%33
%21
%0
%14

Triadic Colors of #92addb

#92addb #db92ad #addb92

Analogous Colors of #92addb

#92addb #9c92db #92d2db

Monochromatic Colors of #92addb

#92addb

Complementary Color

#92addb #dbc092

#92addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#92addb Color CSS Codes

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

#92addb Text Font Color

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

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


#92addb Background Color

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

This div background color is #92addb


#92addb Border Color

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

This div border color is #92addb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,173,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 #92addb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92addb


Comments

No comments written yet.

Please login to write comment.