Color Hex Logo

#76dbeb Color Hex

#76DBEB
(118,219,235)
0 Favorites   0 Comments

Color spaces of #76dbeb

RGB 118219235
HSL0.520.750.69
HSV188°50°92°
CMYK 0.500.070.00   0.08
XYZ47.798160.512787.7582
Yxy60.51270.24380.3086
Hunter Lab77.7899-26.4528-12.4347
CIE-Lab82.1161-25.3010-16.9599

#76dbeb color RGB value is (118,219,235).

#76dbeb hex color red value is 118, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #76dbeb hue: 0.52 , saturation: 0.75 and the lightness value of 76dbeb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011011 11101011
Octal 166 333 353
Decimal 118 219 235
Hex 76 DB EB

RGB Percentages of Color #76dbeb

%20.63
%38.29
%41.08

CMYK Percentages of Color #76dbeb

%50
%7
%0
%8

Triadic Colors of #76dbeb

#76dbeb #eb76db #dbeb76

Analogous Colors of #76dbeb

#76dbeb #76a1eb #76ebc1

Monochromatic Colors of #76dbeb

#76dbeb

Complementary Color

#76dbeb #eb8676

#76dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dbeb Color CSS Codes

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

#76dbeb Text Font Color

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

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


#76dbeb Background Color

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

This div background color is #76dbeb


#76dbeb Border Color

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

This div border color is #76dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dbeb


Comments

No comments written yet.

Please login to write comment.