Color Hex Logo

#76bfda Color Hex

#76BFDA
(118,191,218)
0 Favorites   0 Comments

Color spaces of #76bfda

RGB 118191218
HSL0.550.570.66
HSV196°46°85°
CMYK 0.460.120.00   0.15
XYZ38.756946.175173.1996
Yxy46.17510.24510.2920
Hunter Lab67.9523-17.1081-16.3018
CIE-Lab73.6590-15.6893-20.6204

#76bfda color RGB value is (118,191,218).

#76bfda hex color red value is 118, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #76bfda hue: 0.55 , saturation: 0.57 and the lightness value of 76bfda is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111111 11011010
Octal 166 277 332
Decimal 118 191 218
Hex 76 BF DA

RGB Percentages of Color #76bfda

%22.39
%36.24
%41.37

CMYK Percentages of Color #76bfda

%46
%12
%0
%15

Triadic Colors of #76bfda

#76bfda #da76bf #bfda76

Analogous Colors of #76bfda

#76bfda #768dda #76dac3

Monochromatic Colors of #76bfda

#76bfda

Complementary Color

#76bfda #da9176

#76bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bfda Color CSS Codes

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

#76bfda Text Font Color

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

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


#76bfda Background Color

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

This div background color is #76bfda


#76bfda Border Color

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

This div border color is #76bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bfda


Comments

No comments written yet.

Please login to write comment.