Color Hex Logo

#76bfff Color Hex

#76BFFF
(118,191,255)
0 Favorites   0 Comments

Color spaces of #76bfff

RGB 118191255
HSL0.581.000.73
HSV208°54°100°
CMYK 0.540.250.00   0.00
XYZ44.152048.3332101.6099
Yxy48.33320.22750.2490
Hunter Lab69.5221-8.3021-37.9898
CIE-Lab75.0346-5.1561-38.4876

#76bfff color RGB value is (118,191,255).

#76bfff hex color red value is 118, green value is 191 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #76bfff hue: 0.58 , saturation: 1.00 and the lightness value of 76bfff is 0.73.

The process color (four color CMYK) of #76bfff color hex is 0.54, 0.25, 0.00, 0.00. Web safe color of #76bfff is #66ccff. Color #76bfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111111 11111111
Octal 166 277 377
Decimal 118 191 255
Hex 76 BF FF

RGB Percentages of Color #76bfff

%20.92
%33.87
%45.21

CMYK Percentages of Color #76bfff

%54
%25
%0
%0

Triadic Colors of #76bfff

#76bfff #ff76bf #bfff76

Analogous Colors of #76bfff

#76bfff #767bff #76fffb

Monochromatic Colors of #76bfff

#76bfff

Complementary Color

#76bfff #ffb676

#76bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bfff Color CSS Codes

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

#76bfff Text Font Color

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

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


#76bfff Background Color

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

This div background color is #76bfff


#76bfff Border Color

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

This div border color is #76bfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bfff

Related Colors


Comments

No comments written yet.

Please login to write comment.