Color Hex Logo

#92b2ee Color Hex

#92B2EE
(146,178,238)
0 Favorites   0 Comments

Color spaces of #92b2ee

RGB 146178238
HSL0.610.730.75
HSV219°39°93°
CMYK 0.390.250.00   0.07
XYZ43.207144.124887.1286
Yxy44.12480.24770.2529
Hunter Lab66.4265-0.1411-31.2694
CIE-Lab72.31183.7976-33.4175

#92b2ee color RGB value is (146,178,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10110010 11101110
Octal 222 262 356
Decimal 146 178 238
Hex 92 B2 EE

RGB Percentages of Color #92b2ee

%25.98
%31.67
%42.35

CMYK Percentages of Color #92b2ee

%39
%25
%0
%7

Triadic Colors of #92b2ee

#92b2ee #ee92b2 #b2ee92

Analogous Colors of #92b2ee

#92b2ee #a092ee #92e0ee

Monochromatic Colors of #92b2ee

#92b2ee

Complementary Color

#92b2ee #eece92

#92b2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92b2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#92b2ee Color CSS Codes

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

#92b2ee Text Font Color

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

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


#92b2ee Background Color

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

This div background color is #92b2ee


#92b2ee Border Color

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

This div border color is #92b2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92b2ee


Comments

No comments written yet.

Please login to write comment.