Color Hex Logo

#74fecf Color Hex

#74FECF
(116,254,207)
0 Favorites   0 Comments

Color spaces of #74fecf

RGB 116254207
HSL0.440.990.73
HSV160°54°100°
CMYK 0.540.000.19   0.00
XYZ53.906879.101671.4584
Yxy79.10160.26360.3869
Hunter Lab88.9391-47.452914.6206
CIE-Lab91.2802-48.537411.1614

#74fecf color RGB value is (116,254,207).

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

The process color (four color CMYK) of #74fecf color hex is 0.54, 0.00, 0.19, 0.00. Web safe color of #74fecf is #66ffcc. Color #74fecf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111110 11001111
Octal 164 376 317
Decimal 116 254 207
Hex 74 FE CF

RGB Percentages of Color #74fecf

%20.10
%44.02
%35.88

CMYK Percentages of Color #74fecf

%54
%0
%19
%0

Triadic Colors of #74fecf

#74fecf #cf74fe #fecf74

Analogous Colors of #74fecf

#74fecf #74e8fe #74fe8a

Monochromatic Colors of #74fecf

#74fecf

Complementary Color

#74fecf #fe74a3

#74fecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fecf Color CSS Codes

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

#74fecf Text Font Color

<p style="color:#74fecf">Text here</p>

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


#74fecf Background Color

<div style="background-color:#74fecf">
Div content here</div>

This div background color is #74fecf


#74fecf Border Color

<div style="border:3px solid #74fecf">
Div here</div>

This div border color is #74fecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,254,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74fecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74fecf;
  -webkit-box-shadow: 1px 1px 3px 2px #74fecf;
  box-shadow:         1px 1px 3px 2px #74fecf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fecf


Comments

No comments written yet.

Please login to write comment.