Color Hex Logo

#74efdd Color Hex

#74EFDD
(116,239,221)
0 Favorites   0 Comments

Color spaces of #74efdd

RGB 116239221
HSL0.480.790.70
HSV171°51°94°
CMYK 0.510.000.08   0.06
XYZ51.120170.666579.3523
Yxy70.66650.25420.3513
Hunter Lab84.0634-38.56262.8771
CIE-Lab87.3227-38.7375-1.8397

#74efdd color RGB value is (116,239,221).

#74efdd hex color red value is 116, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #74efdd hue: 0.48 , saturation: 0.79 and the lightness value of 74efdd is 0.70.

The process color (four color CMYK) of #74efdd color hex is 0.51, 0.00, 0.08, 0.06. Web safe color of #74efdd is #66ffcc. Color #74efdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101111 11011101
Octal 164 357 335
Decimal 116 239 221
Hex 74 EF DD

RGB Percentages of Color #74efdd

%20.14
%41.49
%38.37

CMYK Percentages of Color #74efdd

%51
%0
%8
%6

Triadic Colors of #74efdd

#74efdd #dd74ef #efdd74

Analogous Colors of #74efdd

#74efdd #74c4ef #74efa0

Monochromatic Colors of #74efdd

#74efdd

Complementary Color

#74efdd #ef7486

#74efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74efdd Color CSS Codes

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

#74efdd Text Font Color

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

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


#74efdd Background Color

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

This div background color is #74efdd


#74efdd Border Color

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

This div border color is #74efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74efdd


Comments

No comments written yet.

Please login to write comment.