Color Hex Logo

#92ceed Color Hex

#92CEED
(146,206,237)
0 Favorites   0 Comments

Color spaces of #92ceed

RGB 146206237
HSL0.560.720.75
HSV200°38°93°
CMYK 0.380.130.00   0.07
XYZ49.211456.368088.4072
Yxy56.36800.25370.2906
Hunter Lab75.0786-14.3871-17.2606
CIE-Lab79.8228-11.5353-21.3715

#92ceed color RGB value is (146,206,237).

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

The process color (four color CMYK) of #92ceed color hex is 0.38, 0.13, 0.00, 0.07. Web safe color of #92ceed is #99ccff. Color #92ceed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 11001110 11101101
Octal 222 316 355
Decimal 146 206 237
Hex 92 CE ED

RGB Percentages of Color #92ceed

%24.79
%34.97
%40.24

CMYK Percentages of Color #92ceed

%38
%13
%0
%7

Triadic Colors of #92ceed

#92ceed #ed92ce #ceed92

Analogous Colors of #92ceed

#92ceed #92a1ed #92eddf

Monochromatic Colors of #92ceed

#92ceed

Complementary Color

#92ceed #edb192

#92ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#92ceed Color CSS Codes

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

#92ceed Text Font Color

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

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


#92ceed Background Color

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

This div background color is #92ceed


#92ceed Border Color

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

This div border color is #92ceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92ceed


Comments

No comments written yet.

Please login to write comment.