Color Hex Logo

#92efed Color Hex

#92EFED
(146,239,237)
0 Favorites   0 Comments

Color spaces of #92efed

RGB 146239237
HSL0.500.740.75
HSV179°39°94°
CMYK 0.390.000.01   0.06
XYZ58.006673.958491.3389
Yxy73.95840.25980.3312
Hunter Lab85.9991-30.0996-2.7721
CIE-Lab88.9028-28.0529-7.7563

#92efed color RGB value is (146,239,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 11101111 11101101
Octal 222 357 355
Decimal 146 239 237
Hex 92 EF ED

RGB Percentages of Color #92efed

%23.47
%38.42
%38.10

CMYK Percentages of Color #92efed

%39
%0
%1
%6

Triadic Colors of #92efed

#92efed #ed92ef #efed92

Analogous Colors of #92efed

#92efed #92c3ef #92efbf

Monochromatic Colors of #92efed

#92efed

Complementary Color

#92efed #ef9294

#92efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#92efed Color CSS Codes

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

#92efed Text Font Color

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

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


#92efed Background Color

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

This div background color is #92efed


#92efed Border Color

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

This div border color is #92efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92efed


Comments

No comments written yet.

Please login to write comment.