Color Hex Logo

#76feca Color Hex

#76FECA
(118,254,202)
0 Favorites   0 Comments

Color spaces of #76feca

RGB 118254202
HSL0.440.990.73
HSV157°54°100°
CMYK 0.540.000.20   0.00
XYZ53.573778.999468.3019
Yxy78.99940.26670.3933
Hunter Lab88.8816-47.951316.6552
CIE-Lab91.2340-49.192413.6795

#76feca color RGB value is (118,254,202).

#76feca hex color red value is 118, green value is 254 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #76feca hue: 0.44 , saturation: 0.99 and the lightness value of 76feca is 0.73.

The process color (four color CMYK) of #76feca color hex is 0.54, 0.00, 0.20, 0.00. Web safe color of #76feca is #66ffcc. Color #76feca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111110 11001010
Octal 166 376 312
Decimal 118 254 202
Hex 76 FE CA

RGB Percentages of Color #76feca

%20.56
%44.25
%35.19

CMYK Percentages of Color #76feca

%54
%0
%20
%0

Triadic Colors of #76feca

#76feca #ca76fe #feca76

Analogous Colors of #76feca

#76feca #76eefe #76fe86

Monochromatic Colors of #76feca

#76feca

Complementary Color

#76feca #fe76aa

#76feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#76feca Color CSS Codes

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

#76feca Text Font Color

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

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


#76feca Background Color

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

This div background color is #76feca


#76feca Border Color

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

This div border color is #76feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76feca


Comments

No comments written yet.

Please login to write comment.