Color Hex Logo

#74fefe Color Hex

#74FEFE
(116,254,254)
0 Favorites   0 Comments

Color spaces of #74fefe

RGB 116254254
HSL0.500.990.73
HSV180°54°100°
CMYK 0.540.000.00   0.00
XYZ60.533781.7524106.3553
Yxy81.75240.24350.3288
Hunter Lab90.4170-38.7251-6.4494
CIE-Lab92.4655-37.3376-11.4308

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111110 11111110
Octal 164 376 376
Decimal 116 254 254
Hex 74 FE FE

RGB Percentages of Color #74fefe

%18.59
%40.71
%40.71

CMYK Percentages of Color #74fefe

%54
%0
%0
%0

Triadic Colors of #74fefe

#74fefe #fe74fe #fefe74

Analogous Colors of #74fefe

#74fefe #74b9fe #74feb9

Monochromatic Colors of #74fefe

#74fefe

Complementary Color

#74fefe #fe7474

#74fefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fefe Color CSS Codes

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

#74fefe Text Font Color

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

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


#74fefe Background Color

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

This div background color is #74fefe


#74fefe Border Color

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

This div border color is #74fefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fefe

Related Colors


Comments

No comments written yet.

Please login to write comment.