Color Hex Logo

#74fdf1 Color Hex

#74FDF1
(116,253,241)
0 Favorites   0 Comments

Color spaces of #74fdf1

RGB 116253241
HSL0.490.970.72
HSV175°54°99°
CMYK 0.540.000.05   0.01
XYZ58.204980.314495.6536
Yxy80.31440.24860.3430
Hunter Lab89.6183-40.9006-0.5500
CIE-Lab91.8257-40.1690-5.6413

#74fdf1 color RGB value is (116,253,241).

#74fdf1 hex color red value is 116, green value is 253 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #74fdf1 hue: 0.49 , saturation: 0.97 and the lightness value of 74fdf1 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111101 11110001
Octal 164 375 361
Decimal 116 253 241
Hex 74 FD F1

RGB Percentages of Color #74fdf1

%19.02
%41.48
%39.51

CMYK Percentages of Color #74fdf1

%54
%0
%5
%1

Triadic Colors of #74fdf1

#74fdf1 #f174fd #fdf174

Analogous Colors of #74fdf1

#74fdf1 #74c5fd #74fdad

Monochromatic Colors of #74fdf1

#74fdf1

Complementary Color

#74fdf1 #fd7480

#74fdf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fdf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fdf1 Color CSS Codes

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

#74fdf1 Text Font Color

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

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


#74fdf1 Background Color

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

This div background color is #74fdf1


#74fdf1 Border Color

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

This div border color is #74fdf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fdf1

Related Colors


Comments

No comments written yet.

Please login to write comment.