Color Hex Logo

#92caee Color Hex

#92CAEE
(146,202,238)
0 Favorites   0 Comments

Color spaces of #92caee

RGB 146202238
HSL0.570.730.75
HSV203°39°93°
CMYK 0.390.150.00   0.07
XYZ48.407254.525188.8620
Yxy54.52510.25240.2843
Hunter Lab73.8411-12.2047-19.6621
CIE-Lab78.7669-9.1832-23.5113

#92caee color RGB value is (146,202,238).

#92caee hex color red value is 146, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #92caee hue: 0.57 , saturation: 0.73 and the lightness value of 92caee is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 11001010 11101110
Octal 222 312 356
Decimal 146 202 238
Hex 92 CA EE

RGB Percentages of Color #92caee

%24.91
%34.47
%40.61

CMYK Percentages of Color #92caee

%39
%15
%0
%7

Triadic Colors of #92caee

#92caee #ee92ca #caee92

Analogous Colors of #92caee

#92caee #929cee #92eee4

Monochromatic Colors of #92caee

#92caee

Complementary Color

#92caee #eeb692

#92caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#92caee Color CSS Codes

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

#92caee Text Font Color

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

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


#92caee Background Color

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

This div background color is #92caee


#92caee Border Color

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

This div border color is #92caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92caee


Comments

No comments written yet.

Please login to write comment.