Color Hex Logo

#92acee Color Hex

#92ACEE
(146,172,238)
0 Favorites   0 Comments

Color spaces of #92acee

RGB 146172238
HSL0.620.730.75
HSV223°39°93°
CMYK 0.390.280.00   0.07
XYZ42.039241.789186.7393
Yxy41.78910.24650.2450
Hunter Lab64.64452.9531-34.3036
CIE-Lab70.72537.1406-35.8760

#92acee color RGB value is (146,172,238).

#92acee hex color red value is 146, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #92acee hue: 0.62 , saturation: 0.73 and the lightness value of 92acee is 0.75.

The process color (four color CMYK) of #92acee color hex is 0.39, 0.28, 0.00, 0.07. Web safe color of #92acee is #9999ff. Color #92acee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10101100 11101110
Octal 222 254 356
Decimal 146 172 238
Hex 92 AC EE

RGB Percentages of Color #92acee

%26.26
%30.94
%42.81

CMYK Percentages of Color #92acee

%39
%28
%0
%7

Triadic Colors of #92acee

#92acee #ee92ac #acee92

Analogous Colors of #92acee

#92acee #a692ee #92daee

Monochromatic Colors of #92acee

#92acee

Complementary Color

#92acee #eed492

#92acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#92acee Color CSS Codes

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

#92acee Text Font Color

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

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


#92acee Background Color

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

This div background color is #92acee


#92acee Border Color

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

This div border color is #92acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92acee


Comments

No comments written yet.

Please login to write comment.