Color Hex Logo

#76bbed Color Hex

#76BBED
(118,187,237)
0 Favorites   0 Comments

Color spaces of #76bbed

RGB 118187237
HSL0.570.770.70
HSV205°50°93°
CMYK 0.500.210.00   0.07
XYZ40.527645.506686.7684
Yxy45.50660.23450.2633
Hunter Lab67.4586-10.8137-29.0406
CIE-Lab73.2242-8.2526-31.5882

#76bbed color RGB value is (118,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111011 11101101
Octal 166 273 355
Decimal 118 187 237
Hex 76 BB ED

RGB Percentages of Color #76bbed

%21.77
%34.50
%43.73

CMYK Percentages of Color #76bbed

%50
%21
%0
%7

Triadic Colors of #76bbed

#76bbed #ed76bb #bbed76

Analogous Colors of #76bbed

#76bbed #7680ed #76ede4

Monochromatic Colors of #76bbed

#76bbed

Complementary Color

#76bbed #eda876

#76bbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bbed Color CSS Codes

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

#76bbed Text Font Color

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

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


#76bbed Background Color

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

This div background color is #76bbed


#76bbed Border Color

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

This div border color is #76bbed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,187,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 #76bbed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bbed


Comments

No comments written yet.

Please login to write comment.