Color Hex Logo

#76fcde Color Hex

#76FCDE
(118,252,222)
0 Favorites   0 Comments

Color spaces of #76fcde

RGB 118252222
HSL0.460.960.73
HSV167°53°99°
CMYK 0.530.000.12   0.01
XYZ55.466478.746381.3834
Yxy78.74630.25730.3652
Hunter Lab88.7391-43.72207.7420
CIE-Lab91.1194-43.89063.1836

#76fcde color RGB value is (118,252,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111100 11011110
Octal 166 374 336
Decimal 118 252 222
Hex 76 FC DE

RGB Percentages of Color #76fcde

%19.93
%42.57
%37.50

CMYK Percentages of Color #76fcde

%53
%0
%12
%1

Triadic Colors of #76fcde

#76fcde #de76fc #fcde76

Analogous Colors of #76fcde

#76fcde #76d7fc #76fc9b

Monochromatic Colors of #76fcde

#76fcde

Complementary Color

#76fcde #fc7694

#76fcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fcde Color CSS Codes

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

#76fcde Text Font Color

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

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


#76fcde Background Color

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

This div background color is #76fcde


#76fcde Border Color

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

This div border color is #76fcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fcde


Comments

No comments written yet.

Please login to write comment.