Color Hex Logo

#76bbff Color Hex

#76BBFF
(118,187,255)
0 Favorites   0 Comments

Color spaces of #76bbff

RGB 118187255
HSL0.581.000.73
HSV210°54°100°
CMYK 0.540.270.00   0.00
XYZ43.291546.6122101.3231
Yxy46.61220.22640.2438
Hunter Lab68.2731-6.2924-40.2002
CIE-Lab73.9410-2.9746-40.1890

#76bbff color RGB value is (118,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111011 11111111
Octal 166 273 377
Decimal 118 187 255
Hex 76 BB FF

RGB Percentages of Color #76bbff

%21.07
%33.39
%45.54

CMYK Percentages of Color #76bbff

%54
%27
%0
%0

Triadic Colors of #76bbff

#76bbff #ff76bb #bbff76

Analogous Colors of #76bbff

#76bbff #7677ff #76ffff

Monochromatic Colors of #76bbff

#76bbff

Complementary Color

#76bbff #ffba76

#76bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bbff Color CSS Codes

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

#76bbff Text Font Color

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

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


#76bbff Background Color

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

This div background color is #76bbff


#76bbff Border Color

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

This div border color is #76bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bbff


Comments

No comments written yet.

Please login to write comment.