Color Hex Logo

#92bcee Color Hex

#92BCEE
(146,188,238)
0 Favorites   0 Comments

Color spaces of #92bcee

RGB 146188238
HSL0.590.730.75
HSV213°39°93°
CMYK 0.390.210.00   0.07
XYZ45.269948.250587.8162
Yxy48.25050.24960.2661
Hunter Lab69.4626-5.2281-26.3320
CIE-Lab74.9827-1.6912-29.2998

#92bcee color RGB value is (146,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10111100 11101110
Octal 222 274 356
Decimal 146 188 238
Hex 92 BC EE

RGB Percentages of Color #92bcee

%25.52
%32.87
%41.61

CMYK Percentages of Color #92bcee

%39
%21
%0
%7

Triadic Colors of #92bcee

#92bcee #ee92bc #bcee92

Analogous Colors of #92bcee

#92bcee #9692ee #92eaee

Monochromatic Colors of #92bcee

#92bcee

Complementary Color

#92bcee #eec492

#92bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#92bcee Color CSS Codes

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

#92bcee Text Font Color

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

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


#92bcee Background Color

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

This div background color is #92bcee


#92bcee Border Color

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

This div border color is #92bcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92bcee


Comments

No comments written yet.

Please login to write comment.