Color Hex Logo

#76bafc Color Hex

#76BAFC
(118,186,252)
0 Favorites   0 Comments

Color spaces of #76bafc

RGB 118186252
HSL0.580.960.73
HSV210°53°99°
CMYK 0.530.260.00   0.01
XYZ42.600845.997698.7286
Yxy45.99760.22740.2455
Hunter Lab67.8215-6.5663-38.8341
CIE-Lab73.5440-3.3201-39.1926

#76bafc color RGB value is (118,186,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111010 11111100
Octal 166 272 374
Decimal 118 186 252
Hex 76 BA FC

RGB Percentages of Color #76bafc

%21.22
%33.45
%45.32

CMYK Percentages of Color #76bafc

%53
%26
%0
%1

Triadic Colors of #76bafc

#76bafc #fc76ba #bafc76

Analogous Colors of #76bafc

#76bafc #7677fc #76fcfb

Monochromatic Colors of #76bafc

#76bafc

Complementary Color

#76bafc #fcb876

#76bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bafc Color CSS Codes

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

#76bafc Text Font Color

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

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


#76bafc Background Color

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

This div background color is #76bafc


#76bafc Border Color

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

This div border color is #76bafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bafc


Comments

No comments written yet.

Please login to write comment.