Color Hex Logo

#76ebd5 Color Hex

#76EBD5
(118,235,213)
0 Favorites   0 Comments

Color spaces of #76ebd5

RGB 118235213
HSL0.470.750.69
HSV169°50°92°
CMYK 0.500.000.09   0.08
XYZ49.189868.072373.4975
Yxy68.07230.25790.3568
Hunter Lab82.5059-37.96424.9378
CIE-Lab86.0426-38.40340.4933

#76ebd5 color RGB value is (118,235,213).

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

The process color (four color CMYK) of #76ebd5 color hex is 0.50, 0.00, 0.09, 0.08. Web safe color of #76ebd5 is #66ffcc. Color #76ebd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101011 11010101
Octal 166 353 325
Decimal 118 235 213
Hex 76 EB D5

RGB Percentages of Color #76ebd5

%20.85
%41.52
%37.63

CMYK Percentages of Color #76ebd5

%50
%0
%9
%8

Triadic Colors of #76ebd5

#76ebd5 #d576eb #ebd576

Analogous Colors of #76ebd5

#76ebd5 #76c7eb #76eb9b

Monochromatic Colors of #76ebd5

#76ebd5

Complementary Color

#76ebd5 #eb768c

#76ebd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ebd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ebd5 Color CSS Codes

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

#76ebd5 Text Font Color

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

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


#76ebd5 Background Color

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

This div background color is #76ebd5


#76ebd5 Border Color

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

This div border color is #76ebd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ebd5


Comments

No comments written yet.

Please login to write comment.