Color Hex Logo

#76bedf Color Hex

#76BEDF
(118,190,223)
0 Favorites   0 Comments

Color spaces of #76bedf

RGB 118190223
HSL0.550.620.67
HSV199°47°87°
CMYK 0.470.150.00   0.13
XYZ39.204046.006276.6258
Yxy46.00620.24220.2843
Hunter Lab67.8279-15.5271-19.5010
CIE-Lab73.5496-13.7972-23.5011

#76bedf color RGB value is (118,190,223).

#76bedf hex color red value is 118, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #76bedf hue: 0.55 , saturation: 0.62 and the lightness value of 76bedf is 0.67.

The process color (four color CMYK) of #76bedf color hex is 0.47, 0.15, 0.00, 0.13. Web safe color of #76bedf is #66cccc. Color #76bedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111110 11011111
Octal 166 276 337
Decimal 118 190 223
Hex 76 BE DF

RGB Percentages of Color #76bedf

%22.22
%35.78
%42.00

CMYK Percentages of Color #76bedf

%47
%15
%0
%13

Triadic Colors of #76bedf

#76bedf #df76be #bedf76

Analogous Colors of #76bedf

#76bedf #768adf #76dfcc

Monochromatic Colors of #76bedf

#76bedf

Complementary Color

#76bedf #df9776

#76bedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bedf Color CSS Codes

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

#76bedf Text Font Color

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

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


#76bedf Background Color

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

This div background color is #76bedf


#76bedf Border Color

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

This div border color is #76bedf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,190,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bedf


Comments

No comments written yet.

Please login to write comment.