Color Hex Logo

#74eddf Color Hex

#74EDDF
(116,237,223)
0 Favorites   0 Comments

Color spaces of #74eddf

RGB 116237223
HSL0.480.770.69
HSV173°51°93°
CMYK 0.510.000.06   0.07
XYZ50.805969.609180.5702
Yxy69.60910.25280.3463
Hunter Lab83.4321-37.30871.1462
CIE-Lab86.8048-37.3398-3.6488

#74eddf color RGB value is (116,237,223).

#74eddf hex color red value is 116, green value is 237 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #74eddf hue: 0.48 , saturation: 0.77 and the lightness value of 74eddf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101101 11011111
Octal 164 355 337
Decimal 116 237 223
Hex 74 ED DF

RGB Percentages of Color #74eddf

%20.14
%41.15
%38.72

CMYK Percentages of Color #74eddf

%51
%0
%6
%7

Triadic Colors of #74eddf

#74eddf #df74ed #eddf74

Analogous Colors of #74eddf

#74eddf #74bfed #74eda3

Monochromatic Colors of #74eddf

#74eddf

Complementary Color

#74eddf #ed7482

#74eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74eddf Color CSS Codes

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

#74eddf Text Font Color

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

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


#74eddf Background Color

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

This div background color is #74eddf


#74eddf Border Color

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

This div border color is #74eddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,237,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 #74eddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74eddf


Comments

No comments written yet.

Please login to write comment.