Color Hex Logo

#76fdbe Color Hex

#76FDBE
(118,253,190)
0 Favorites   0 Comments

Color spaces of #76fdbe

RGB 118253190
HSL0.420.970.73
HSV152°53°99°
CMYK 0.530.000.25   0.01
XYZ51.890877.819861.0010
Yxy77.81980.27210.4080
Hunter Lab88.2155-49.378620.7519
CIE-Lab90.6976-51.251219.0861

#76fdbe color RGB value is (118,253,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111101 10111110
Octal 166 375 276
Decimal 118 253 190
Hex 76 FD BE

RGB Percentages of Color #76fdbe

%21.03
%45.10
%33.87

CMYK Percentages of Color #76fdbe

%53
%0
%25
%1

Triadic Colors of #76fdbe

#76fdbe #be76fd #fdbe76

Analogous Colors of #76fdbe

#76fdbe #76f9fd #76fd7b

Monochromatic Colors of #76fdbe

#76fdbe

Complementary Color

#76fdbe #fd76b5

#76fdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fdbe Color CSS Codes

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

#76fdbe Text Font Color

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

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


#76fdbe Background Color

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

This div background color is #76fdbe


#76fdbe Border Color

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

This div border color is #76fdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fdbe


Comments

No comments written yet.

Please login to write comment.