Color Hex Logo

#92dbeb Color Hex

#92DBEB
(146,219,235)
0 Favorites   0 Comments

Color spaces of #92dbeb

RGB 146219235
HSL0.530.690.75
HSV191°38°92°
CMYK 0.380.070.00   0.08
XYZ52.181062.772287.9633
Yxy62.77220.25720.3093
Hunter Lab79.2289-21.0886-10.3660
CIE-Lab83.3224-18.7010-15.0249

#92dbeb color RGB value is (146,219,235).

#92dbeb hex color red value is 146, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #92dbeb hue: 0.53 , saturation: 0.69 and the lightness value of 92dbeb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 11011011 11101011
Octal 222 333 353
Decimal 146 219 235
Hex 92 DB EB

RGB Percentages of Color #92dbeb

%24.33
%36.50
%39.17

CMYK Percentages of Color #92dbeb

%38
%7
%0
%8

Triadic Colors of #92dbeb

#92dbeb #eb92db #dbeb92

Analogous Colors of #92dbeb

#92dbeb #92afeb #92ebcf

Monochromatic Colors of #92dbeb

#92dbeb

Complementary Color

#92dbeb #eba292

#92dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#92dbeb Color CSS Codes

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

#92dbeb Text Font Color

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

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


#92dbeb Background Color

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

This div background color is #92dbeb


#92dbeb Border Color

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

This div border color is #92dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92dbeb


Comments

No comments written yet.

Please login to write comment.