Color Hex Logo

#92efde Color Hex

#92EFDE
(146,239,222)
0 Favorites   0 Comments

Color spaces of #92efde

RGB 146239222
HSL0.470.740.75
HSV169°39°94°
CMYK 0.390.000.07   0.06
XYZ55.905473.117980.2739
Yxy73.11790.26710.3493
Hunter Lab85.5090-32.93834.1962
CIE-Lab88.5039-31.5176-0.4972

#92efde color RGB value is (146,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 11101111 11011110
Octal 222 357 336
Decimal 146 239 222
Hex 92 EF DE

RGB Percentages of Color #92efde

%24.05
%39.37
%36.57

CMYK Percentages of Color #92efde

%39
%0
%7
%6

Triadic Colors of #92efde

#92efde #de92ef #efde92

Analogous Colors of #92efde

#92efde #92d2ef #92efb0

Monochromatic Colors of #92efde

#92efde

Complementary Color

#92efde #ef92a3

#92efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#92efde Color CSS Codes

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

#92efde Text Font Color

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

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


#92efde Background Color

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

This div background color is #92efde


#92efde Border Color

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

This div border color is #92efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92efde


Comments

No comments written yet.

Please login to write comment.