Color Hex Logo

#76fce1 Color Hex

#76FCE1
(118,252,225)
0 Favorites   0 Comments

Color spaces of #76fce1

RGB 118252225
HSL0.470.960.73
HSV168°53°99°
CMYK 0.530.000.11   0.01
XYZ55.872278.908683.5203
Yxy78.90860.25590.3615
Hunter Lab88.8305-43.18136.4357
CIE-Lab91.1929-43.19111.7355

#76fce1 color RGB value is (118,252,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111100 11100001
Octal 166 374 341
Decimal 118 252 225
Hex 76 FC E1

RGB Percentages of Color #76fce1

%19.83
%42.35
%37.82

CMYK Percentages of Color #76fce1

%53
%0
%11
%1

Triadic Colors of #76fce1

#76fce1 #e176fc #fce176

Analogous Colors of #76fce1

#76fce1 #76d4fc #76fc9e

Monochromatic Colors of #76fce1

#76fce1

Complementary Color

#76fce1 #fc7691

#76fce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fce1 Color CSS Codes

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

#76fce1 Text Font Color

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

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


#76fce1 Background Color

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

This div background color is #76fce1


#76fce1 Border Color

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

This div border color is #76fce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fce1


Comments

No comments written yet.

Please login to write comment.