Color Hex Logo

#76bced Color Hex

#76BCED
(118,188,237)
0 Favorites   0 Comments

Color spaces of #76bced

RGB 118188237
HSL0.570.770.70
HSV205°50°93°
CMYK 0.500.210.00   0.07
XYZ40.740545.932486.8394
Yxy45.93240.23480.2647
Hunter Lab67.7734-11.3022-28.5280
CIE-Lab73.5016-8.7905-31.1605

#76bced color RGB value is (118,188,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111100 11101101
Octal 166 274 355
Decimal 118 188 237
Hex 76 BC ED

RGB Percentages of Color #76bced

%21.73
%34.62
%43.65

CMYK Percentages of Color #76bced

%50
%21
%0
%7

Triadic Colors of #76bced

#76bced #ed76bc #bced76

Analogous Colors of #76bced

#76bced #7681ed #76ede3

Monochromatic Colors of #76bced

#76bced

Complementary Color

#76bced #eda776

#76bced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bced Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bced Color CSS Codes

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

#76bced Text Font Color

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

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


#76bced Background Color

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

This div background color is #76bced


#76bced Border Color

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

This div border color is #76bced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bced


Comments

No comments written yet.

Please login to write comment.