Color Hex Logo

#76baee Color Hex

#76BAEE
(118,186,238)
0 Favorites   0 Comments

Color spaces of #76baee

RGB 118186238
HSL0.570.780.70
HSV206°50°93°
CMYK 0.500.220.00   0.07
XYZ40.462745.142487.4697
Yxy45.14240.23380.2608
Hunter Lab67.1881-10.0811-30.1558
CIE-Lab72.9856-7.4248-32.4979

#76baee color RGB value is (118,186,238).

#76baee hex color red value is 118, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #76baee hue: 0.57 , saturation: 0.78 and the lightness value of 76baee is 0.70.

The process color (four color CMYK) of #76baee color hex is 0.50, 0.22, 0.00, 0.07. Web safe color of #76baee is #66ccff. Color #76baee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111010 11101110
Octal 166 272 356
Decimal 118 186 238
Hex 76 BA EE

RGB Percentages of Color #76baee

%21.77
%34.32
%43.91

CMYK Percentages of Color #76baee

%50
%22
%0
%7

Triadic Colors of #76baee

#76baee #ee76ba #baee76

Analogous Colors of #76baee

#76baee #767eee #76eee6

Monochromatic Colors of #76baee

#76baee

Complementary Color

#76baee #eeaa76

#76baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#76baee Color CSS Codes

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

#76baee Text Font Color

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

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


#76baee Background Color

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

This div background color is #76baee


#76baee Border Color

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

This div border color is #76baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76baee


Comments

No comments written yet.

Please login to write comment.