Color Hex Logo

#76fcdf Color Hex

#76FCDF
(118,252,223)
0 Favorites   0 Comments

Color spaces of #76fcdf

RGB 118252223
HSL0.460.960.73
HSV167°53°99°
CMYK 0.530.000.12   0.01
XYZ55.600978.800182.0915
Yxy78.80010.25680.3640
Hunter Lab88.7694-43.54277.3088
CIE-Lab91.1438-43.65832.7007

#76fcdf color RGB value is (118,252,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111100 11011111
Octal 166 374 337
Decimal 118 252 223
Hex 76 FC DF

RGB Percentages of Color #76fcdf

%19.90
%42.50
%37.61

CMYK Percentages of Color #76fcdf

%53
%0
%12
%1

Triadic Colors of #76fcdf

#76fcdf #df76fc #fcdf76

Analogous Colors of #76fcdf

#76fcdf #76d6fc #76fc9c

Monochromatic Colors of #76fcdf

#76fcdf

Complementary Color

#76fcdf #fc7693

#76fcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fcdf Color CSS Codes

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

#76fcdf Text Font Color

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

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


#76fcdf Background Color

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

This div background color is #76fcdf


#76fcdf Border Color

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

This div border color is #76fcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fcdf

Related Colors


Comments

No comments written yet.

Please login to write comment.