Color Hex Logo

#74ffdf Color Hex

#74FFDF
(116,255,223)
0 Favorites   0 Comments

Color spaces of #74ffdf

RGB 116255223
HSL0.461.000.73
HSV166°55°100°
CMYK 0.550.000.13   0.00
XYZ56.281780.560782.3955
Yxy80.56070.25670.3675
Hunter Lab89.7556-45.14308.4008
CIE-Lab91.9359-45.37263.8420

#74ffdf color RGB value is (116,255,223).

#74ffdf hex color red value is 116, green value is 255 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #74ffdf hue: 0.46 , saturation: 1.00 and the lightness value of 74ffdf is 0.73.

The process color (four color CMYK) of #74ffdf color hex is 0.55, 0.00, 0.13, 0.00. Web safe color of #74ffdf is #66ffcc. Color #74ffdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111111 11011111
Octal 164 377 337
Decimal 116 255 223
Hex 74 FF DF

RGB Percentages of Color #74ffdf

%19.53
%42.93
%37.54

CMYK Percentages of Color #74ffdf

%55
%0
%13
%0

Triadic Colors of #74ffdf

#74ffdf #df74ff #ffdf74

Analogous Colors of #74ffdf

#74ffdf #74daff #74ff9a

Monochromatic Colors of #74ffdf

#74ffdf

Complementary Color

#74ffdf #ff7494

#74ffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ffdf Color CSS Codes

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

#74ffdf Text Font Color

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

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


#74ffdf Background Color

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

This div background color is #74ffdf


#74ffdf Border Color

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

This div border color is #74ffdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ffdf

Related Colors


Comments

No comments written yet.

Please login to write comment.