Color Hex Logo

#76befb Color Hex

#76BEFB
(118,190,251)
0 Favorites   0 Comments

Color spaces of #76befb

RGB 118190251
HSL0.580.940.72
HSV208°53°98°
CMYK 0.530.240.00   0.02
XYZ43.297347.643598.1809
Yxy47.64350.22890.2519
Hunter Lab69.0243-8.8236-36.0178
CIE-Lab74.5995-5.7957-37.0140

#76befb color RGB value is (118,190,251).

#76befb hex color red value is 118, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #76befb hue: 0.58 , saturation: 0.94 and the lightness value of 76befb is 0.72.

The process color (four color CMYK) of #76befb color hex is 0.53, 0.24, 0.00, 0.02. Web safe color of #76befb is #66ccff. Color #76befb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111110 11111011
Octal 166 276 373
Decimal 118 190 251
Hex 76 BE FB

RGB Percentages of Color #76befb

%21.11
%33.99
%44.90

CMYK Percentages of Color #76befb

%53
%24
%0
%2

Triadic Colors of #76befb

#76befb #fb76be #befb76

Analogous Colors of #76befb

#76befb #767cfb #76fbf6

Monochromatic Colors of #76befb

#76befb

Complementary Color

#76befb #fbb376

#76befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76befb Color CSS Codes

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

#76befb Text Font Color

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

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


#76befb Background Color

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

This div background color is #76befb


#76befb Border Color

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

This div border color is #76befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76befb


Comments

No comments written yet.

Please login to write comment.