Color Hex Logo

#76bfde Color Hex

#76BFDE
(118,191,222)
0 Favorites   0 Comments

Color spaces of #76bfde

RGB 118191222
HSL0.550.610.67
HSV198°47°87°
CMYK 0.470.140.00   0.13
XYZ39.286846.387175.9902
Yxy46.38710.24300.2869
Hunter Lab68.1081-16.2249-18.4760
CIE-Lab73.7960-14.5977-22.5829

#76bfde color RGB value is (118,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111111 11011110
Octal 166 277 336
Decimal 118 191 222
Hex 76 BF DE

RGB Percentages of Color #76bfde

%22.22
%35.97
%41.81

CMYK Percentages of Color #76bfde

%47
%14
%0
%13

Triadic Colors of #76bfde

#76bfde #de76bf #bfde76

Analogous Colors of #76bfde

#76bfde #768bde #76dec9

Monochromatic Colors of #76bfde

#76bfde

Complementary Color

#76bfde #de9576

#76bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bfde Color CSS Codes

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

#76bfde Text Font Color

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

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


#76bfde Background Color

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

This div background color is #76bfde


#76bfde Border Color

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

This div border color is #76bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bfde


Comments

No comments written yet.

Please login to write comment.