Color Hex Logo

#76adeb Color Hex

#76ADEB
(118,173,235)
0 Favorites   0 Comments

Color spaces of #76adeb

RGB 118173235
HSL0.590.750.69
HSV212°50°92°
CMYK 0.500.260.00   0.08
XYZ37.410239.736984.2955
Yxy39.73690.23170.2461
Hunter Lab63.0372-4.3821-35.1586
CIE-Lab69.2817-1.1669-36.6071

#76adeb color RGB value is (118,173,235).

#76adeb hex color red value is 118, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #76adeb hue: 0.59 , saturation: 0.75 and the lightness value of 76adeb is 0.69.

The process color (four color CMYK) of #76adeb color hex is 0.50, 0.26, 0.00, 0.08. Web safe color of #76adeb is #6699ff. Color #76adeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101101 11101011
Octal 166 255 353
Decimal 118 173 235
Hex 76 AD EB

RGB Percentages of Color #76adeb

%22.43
%32.89
%44.68

CMYK Percentages of Color #76adeb

%50
%26
%0
%8

Triadic Colors of #76adeb

#76adeb #eb76ad #adeb76

Analogous Colors of #76adeb

#76adeb #7a76eb #76e8eb

Monochromatic Colors of #76adeb

#76adeb

Complementary Color

#76adeb #ebb476

#76adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76adeb Color CSS Codes

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

#76adeb Text Font Color

<p style="color:#76adeb">Text here</p>

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


#76adeb Background Color

<div style="background-color:#76adeb">
Div content here</div>

This div background color is #76adeb


#76adeb Border Color

<div style="border:3px solid #76adeb">
Div here</div>

This div border color is #76adeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,173,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76adeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76adeb;
  -webkit-box-shadow: 1px 1px 3px 2px #76adeb;
  box-shadow:         1px 1px 3px 2px #76adeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,173,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 #76adeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76adeb


Comments

No comments written yet.

Please login to write comment.