Color Hex Logo

#76b8fa Color Hex

#76B8FA
(118,184,250)
0 Favorites   0 Comments

Color spaces of #76b8fa

RGB 118184250
HSL0.580.930.72
HSV210°53°98°
CMYK 0.530.260.00   0.02
XYZ41.867045.034796.9284
Yxy45.03470.22770.2450
Hunter Lab67.1079-6.0770-38.6610
CIE-Lab72.9147-2.8176-39.0937

#76b8fa color RGB value is (118,184,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111000 11111010
Octal 166 270 372
Decimal 118 184 250
Hex 76 B8 FA

RGB Percentages of Color #76b8fa

%21.38
%33.33
%45.29

CMYK Percentages of Color #76b8fa

%53
%26
%0
%2

Triadic Colors of #76b8fa

#76b8fa #fa76b8 #b8fa76

Analogous Colors of #76b8fa

#76b8fa #7676fa #76fafa

Monochromatic Colors of #76b8fa

#76b8fa

Complementary Color

#76b8fa #fab876

#76b8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76b8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76b8fa Color CSS Codes

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

#76b8fa Text Font Color

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

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


#76b8fa Background Color

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

This div background color is #76b8fa


#76b8fa Border Color

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

This div border color is #76b8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76b8fa

Related Colors


Comments

No comments written yet.

Please login to write comment.