Color Hex Logo

#76beeb Color Hex

#76BEEB
(118,190,235)
0 Favorites   0 Comments

Color spaces of #76beeb

RGB 118190235
HSL0.560.750.69
HSV203°50°92°
CMYK 0.500.190.00   0.08
XYZ40.880146.676685.4521
Yxy46.67660.23630.2698
Hunter Lab68.3203-12.7533-26.3332
CIE-Lab73.9824-10.4328-29.3386

#76beeb color RGB value is (118,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111110 11101011
Octal 166 276 353
Decimal 118 190 235
Hex 76 BE EB

RGB Percentages of Color #76beeb

%21.73
%34.99
%43.28

CMYK Percentages of Color #76beeb

%50
%19
%0
%8

Triadic Colors of #76beeb

#76beeb #eb76be #beeb76

Analogous Colors of #76beeb

#76beeb #7684eb #76ebde

Monochromatic Colors of #76beeb

#76beeb

Complementary Color

#76beeb #eba376

#76beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76beeb Color CSS Codes

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

#76beeb Text Font Color

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

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


#76beeb Background Color

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

This div background color is #76beeb


#76beeb Border Color

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

This div border color is #76beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76beeb


Comments

No comments written yet.

Please login to write comment.