Color Hex Logo

#76b1da Color Hex

#76B1DA
(118,177,218)
0 Favorites   0 Comments

Color spaces of #76b1da

RGB 118177218
HSL0.570.570.66
HSV205°46°85°
CMYK 0.460.190.00   0.15
XYZ35.848240.357872.2301
Yxy40.35780.24150.2719
Hunter Lab63.5278-10.4476-22.9423
CIE-Lab69.7236-8.2441-26.6286

#76b1da color RGB value is (118,177,218).

#76b1da hex color red value is 118, green value is 177 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #76b1da hue: 0.57 , saturation: 0.57 and the lightness value of 76b1da is 0.66.

The process color (four color CMYK) of #76b1da color hex is 0.46, 0.19, 0.00, 0.15. Web safe color of #76b1da is #6699cc. Color #76b1da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10110001 11011010
Octal 166 261 332
Decimal 118 177 218
Hex 76 B1 DA

RGB Percentages of Color #76b1da

%23.00
%34.50
%42.50

CMYK Percentages of Color #76b1da

%46
%19
%0
%15

Triadic Colors of #76b1da

#76b1da #da76b1 #b1da76

Analogous Colors of #76b1da

#76b1da #767fda #76dad1

Monochromatic Colors of #76b1da

#76b1da

Complementary Color

#76b1da #da9f76

#76b1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76b1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#76b1da Color CSS Codes

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

#76b1da Text Font Color

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

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


#76b1da Background Color

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

This div background color is #76b1da


#76b1da Border Color

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

This div border color is #76b1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76b1da


Comments

No comments written yet.

Please login to write comment.