Color Hex Logo

#76fdda Color Hex

#76FDDA
(118,253,218)
0 Favorites   0 Comments

Color spaces of #76fdda

RGB 118253218
HSL0.460.970.73
HSV164°53°99°
CMYK 0.530.000.14   0.01
XYZ55.251479.164178.6978
Yxy79.16410.25930.3715
Hunter Lab88.9742-44.85959.8399
CIE-Lab91.3085-45.24635.5285

#76fdda color RGB value is (118,253,218).

#76fdda hex color red value is 118, green value is 253 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #76fdda hue: 0.46 , saturation: 0.97 and the lightness value of 76fdda is 0.73.

The process color (four color CMYK) of #76fdda color hex is 0.53, 0.00, 0.14, 0.01. Web safe color of #76fdda is #66ffcc. Color #76fdda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111101 11011010
Octal 166 375 332
Decimal 118 253 218
Hex 76 FD DA

RGB Percentages of Color #76fdda

%20.03
%42.95
%37.01

CMYK Percentages of Color #76fdda

%53
%0
%14
%1

Triadic Colors of #76fdda

#76fdda #da76fd #fdda76

Analogous Colors of #76fdda

#76fdda #76ddfd #76fd97

Monochromatic Colors of #76fdda

#76fdda

Complementary Color

#76fdda #fd7699

#76fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fdda Color CSS Codes

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

#76fdda Text Font Color

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

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


#76fdda Background Color

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

This div background color is #76fdda


#76fdda Border Color

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

This div border color is #76fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fdda

Related Colors


Comments

No comments written yet.

Please login to write comment.