Color Hex Logo

#92bcef Color Hex

#92BCEF
(146,188,239)
0 Favorites   0 Comments

Color spaces of #92bcef

RGB 146188239
HSL0.590.740.75
HSV213°39°94°
CMYK 0.390.210.00   0.06
XYZ45.417348.309488.5923
Yxy48.30940.24910.2650
Hunter Lab69.5050-4.9947-26.9186
CIE-Lab75.0197-1.4273-29.7829

#92bcef color RGB value is (146,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10111100 11101111
Octal 222 274 357
Decimal 146 188 239
Hex 92 BC EF

RGB Percentages of Color #92bcef

%25.48
%32.81
%41.71

CMYK Percentages of Color #92bcef

%39
%21
%0
%6

Triadic Colors of #92bcef

#92bcef #ef92bc #bcef92

Analogous Colors of #92bcef

#92bcef #9792ef #92ebef

Monochromatic Colors of #92bcef

#92bcef

Complementary Color

#92bcef #efc592

#92bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#92bcef Color CSS Codes

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

#92bcef Text Font Color

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

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


#92bcef Background Color

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

This div background color is #92bcef


#92bcef Border Color

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

This div border color is #92bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92bcef


Comments

No comments written yet.

Please login to write comment.