Color Hex Logo

#76bfed Color Hex

#76BFED
(118,191,237)
0 Favorites   0 Comments

Color spaces of #76bfed

RGB 118191237
HSL0.560.770.70
HSV203°50°93°
CMYK 0.500.190.00   0.07
XYZ41.388147.227687.0552
Yxy47.22760.23560.2688
Hunter Lab68.7223-12.7623-27.0010
CIE-Lab74.3351-10.3960-29.8770

#76bfed color RGB value is (118,191,237).

#76bfed hex color red value is 118, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #76bfed hue: 0.56 , saturation: 0.77 and the lightness value of 76bfed is 0.70.

The process color (four color CMYK) of #76bfed color hex is 0.50, 0.19, 0.00, 0.07. Web safe color of #76bfed is #66ccff. Color #76bfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111111 11101101
Octal 166 277 355
Decimal 118 191 237
Hex 76 BF ED

RGB Percentages of Color #76bfed

%21.61
%34.98
%43.41

CMYK Percentages of Color #76bfed

%50
%19
%0
%7

Triadic Colors of #76bfed

#76bfed #ed76bf #bfed76

Analogous Colors of #76bfed

#76bfed #7684ed #76ede0

Monochromatic Colors of #76bfed

#76bfed

Complementary Color

#76bfed #eda476

#76bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bfed Color CSS Codes

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

#76bfed Text Font Color

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

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


#76bfed Background Color

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

This div background color is #76bfed


#76bfed Border Color

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

This div border color is #76bfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bfed


Comments

No comments written yet.

Please login to write comment.