Color Hex Logo

#92faed Color Hex

#92FAED
(146,250,237)
0 Favorites   0 Comments

Color spaces of #92faed

RGB 146250237
HSL0.480.910.78
HSV173°42°98°
CMYK 0.420.000.05   0.02
XYZ61.325780.596692.4453
Yxy80.59660.26170.3439
Hunter Lab89.7756-35.17401.7898
CIE-Lab91.9519-33.2558-3.2579

#92faed color RGB value is (146,250,237).

#92faed hex color red value is 146, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #92faed hue: 0.48 , saturation: 0.91 and the lightness value of 92faed is 0.78.

The process color (four color CMYK) of #92faed color hex is 0.42, 0.00, 0.05, 0.02. Web safe color of #92faed is #99ffff. Color #92faed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 11111010 11101101
Octal 222 372 355
Decimal 146 250 237
Hex 92 FA ED

RGB Percentages of Color #92faed

%23.06
%39.49
%37.44

CMYK Percentages of Color #92faed

%42
%0
%5
%2

Triadic Colors of #92faed

#92faed #ed92fa #faed92

Analogous Colors of #92faed

#92faed #92d3fa #92fab9

Monochromatic Colors of #92faed

#92faed

Complementary Color

#92faed #fa929f

#92faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#92faed Color CSS Codes

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

#92faed Text Font Color

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

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


#92faed Background Color

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

This div background color is #92faed


#92faed Border Color

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

This div border color is #92faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92faed


Comments

No comments written yet.

Please login to write comment.