Color Hex Logo

#92edfd Color Hex

#92EDFD
(146,237,253)
0 Favorites   0 Comments

Color spaces of #92edfd

RGB 146237253
HSL0.520.960.78
HSV189°42°99°
CMYK 0.420.060.00   0.01
XYZ59.867973.7712104.0124
Yxy73.77120.25190.3104
Hunter Lab85.8902-25.8882-11.6767
CIE-Lab88.8142-23.1825-16.2580

#92edfd color RGB value is (146,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 11101101 11111101
Octal 222 355 375
Decimal 146 237 253
Hex 92 ED FD

RGB Percentages of Color #92edfd

%22.96
%37.26
%39.78

CMYK Percentages of Color #92edfd

%42
%6
%0
%1

Triadic Colors of #92edfd

#92edfd #fd92ed #edfd92

Analogous Colors of #92edfd

#92edfd #92b8fd #92fdd8

Monochromatic Colors of #92edfd

#92edfd

Complementary Color

#92edfd #fda292

#92edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#92edfd Color CSS Codes

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

#92edfd Text Font Color

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

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


#92edfd Background Color

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

This div background color is #92edfd


#92edfd Border Color

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

This div border color is #92edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92edfd

Related Colors


Comments

No comments written yet.

Please login to write comment.