Color Hex Logo

#92beed Color Hex

#92BEED
(146,190,237)
0 Favorites   0 Comments

Color spaces of #92beed

RGB 146190237
HSL0.590.720.75
HSV211°38°93°
CMYK 0.380.200.00   0.07
XYZ45.553649.052387.1879
Yxy49.05230.25060.2698
Hunter Lab70.0373-6.4656-24.7826
CIE-Lab75.4839-3.0375-27.9907

#92beed color RGB value is (146,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10111110 11101101
Octal 222 276 355
Decimal 146 190 237
Hex 92 BE ED

RGB Percentages of Color #92beed

%25.48
%33.16
%41.36

CMYK Percentages of Color #92beed

%38
%20
%0
%7

Triadic Colors of #92beed

#92beed #ed92be #beed92

Analogous Colors of #92beed

#92beed #9492ed #92eced

Monochromatic Colors of #92beed

#92beed

Complementary Color

#92beed #edc192

#92beed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92beed Color Preview on White Background

Lorem ipsum dolor sit amet.

#92beed Color CSS Codes

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

#92beed Text Font Color

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

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


#92beed Background Color

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

This div background color is #92beed


#92beed Border Color

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

This div border color is #92beed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92beed


Comments

No comments written yet.

Please login to write comment.