Color Hex Logo

#92efee Color Hex

#92EFEE
(146,239,238)
0 Favorites   0 Comments

Color spaces of #92efee

RGB 146239238
HSL0.500.740.75
HSV179°39°94°
CMYK 0.390.000.00   0.06
XYZ58.153274.017092.1106
Yxy74.01700.25930.3300
Hunter Lab86.0331-29.9028-3.2551
CIE-Lab88.9305-27.8153-8.2383

#92efee color RGB value is (146,239,238).

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

The process color (four color CMYK) of #92efee color hex is 0.39, 0.00, 0.00, 0.06. Web safe color of #92efee is #99ffff. Color #92efee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 11101111 11101110
Octal 222 357 356
Decimal 146 239 238
Hex 92 EF EE

RGB Percentages of Color #92efee

%23.43
%38.36
%38.20

CMYK Percentages of Color #92efee

%39
%0
%0
%6

Triadic Colors of #92efee

#92efee #ee92ef #efee92

Analogous Colors of #92efee

#92efee #92c2ef #92efc0

Monochromatic Colors of #92efee

#92efee

Complementary Color

#92efee #ef9293

#92efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#92efee Color CSS Codes

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

#92efee Text Font Color

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

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


#92efee Background Color

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

This div background color is #92efee


#92efee Border Color

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

This div border color is #92efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92efee


Comments

No comments written yet.

Please login to write comment.