Color Hex Logo

#92dcee Color Hex

#92DCEE
(146,220,238)
0 Favorites   0 Comments

Color spaces of #92dcee

RGB 146220238
HSL0.530.730.75
HSV192°39°93°
CMYK 0.390.080.00   0.07
XYZ52.879963.470490.3529
Yxy63.47040.25580.3071
Hunter Lab79.6683-20.9400-11.4738
CIE-Lab83.6893-18.4626-16.0640

#92dcee color RGB value is (146,220,238).

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

The process color (four color CMYK) of #92dcee color hex is 0.39, 0.08, 0.00, 0.07. Web safe color of #92dcee is #99ccff. Color #92dcee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 11011100 11101110
Octal 222 334 356
Decimal 146 220 238
Hex 92 DC EE

RGB Percentages of Color #92dcee

%24.17
%36.42
%39.40

CMYK Percentages of Color #92dcee

%39
%8
%0
%7

Triadic Colors of #92dcee

#92dcee #ee92dc #dcee92

Analogous Colors of #92dcee

#92dcee #92aeee #92eed2

Monochromatic Colors of #92dcee

#92dcee

Complementary Color

#92dcee #eea492

#92dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#92dcee Color CSS Codes

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

#92dcee Text Font Color

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

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


#92dcee Background Color

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

This div background color is #92dcee


#92dcee Border Color

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

This div border color is #92dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92dcee


Comments

No comments written yet.

Please login to write comment.