Color Hex Logo

#76b2eb Color Hex

#76B2EB
(118,178,235)
0 Favorites   0 Comments

Color spaces of #76b2eb

RGB 118178235
HSL0.580.750.69
HSV209°50°92°
CMYK 0.500.240.00   0.08
XYZ38.387041.690584.6211
Yxy41.69050.23310.2531
Hunter Lab64.5682-6.8727-32.5059
CIE-Lab70.6570-3.9330-34.4721

#76b2eb color RGB value is (118,178,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10110010 11101011
Octal 166 262 353
Decimal 118 178 235
Hex 76 B2 EB

RGB Percentages of Color #76b2eb

%22.22
%33.52
%44.26

CMYK Percentages of Color #76b2eb

%50
%24
%0
%8

Triadic Colors of #76b2eb

#76b2eb #eb76b2 #b2eb76

Analogous Colors of #76b2eb

#76b2eb #7678eb #76ebea

Monochromatic Colors of #76b2eb

#76b2eb

Complementary Color

#76b2eb #ebaf76

#76b2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76b2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76b2eb Color CSS Codes

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

#76b2eb Text Font Color

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

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


#76b2eb Background Color

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

This div background color is #76b2eb


#76b2eb Border Color

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

This div border color is #76b2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76b2eb


Comments

No comments written yet.

Please login to write comment.