Color Hex Logo

#76dbed Color Hex

#76DBED
(118,219,237)
0 Favorites   0 Comments

Color spaces of #76dbed

RGB 118219237
HSL0.530.770.70
HSV189°50°93°
CMYK 0.500.080.00   0.07
XYZ48.088860.629089.2888
Yxy60.62900.24290.3062
Hunter Lab77.8646-26.0224-13.4837
CIE-Lab82.1789-24.7673-17.9274

#76dbed color RGB value is (118,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011011 11101101
Octal 166 333 355
Decimal 118 219 237
Hex 76 DB ED

RGB Percentages of Color #76dbed

%20.56
%38.15
%41.29

CMYK Percentages of Color #76dbed

%50
%8
%0
%7

Triadic Colors of #76dbed

#76dbed #ed76db #dbed76

Analogous Colors of #76dbed

#76dbed #76a0ed #76edc4

Monochromatic Colors of #76dbed

#76dbed

Complementary Color

#76dbed #ed8876

#76dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dbed Color CSS Codes

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

#76dbed Text Font Color

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

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


#76dbed Background Color

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

This div background color is #76dbed


#76dbed Border Color

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

This div border color is #76dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dbed


Comments

No comments written yet.

Please login to write comment.