Color Hex Logo

#74eabf Color Hex

#74EABF
(116,234,191)
0 Favorites   0 Comments

Color spaces of #74eabf

RGB 116234191
HSL0.440.740.69
HSV158°50°92°
CMYK 0.500.000.18   0.08
XYZ46.029266.320259.6653
Yxy66.32020.26760.3855
Hunter Lab81.4372-41.625013.5670
CIE-Lab85.1595-43.385810.7499

#74eabf color RGB value is (116,234,191).

#74eabf hex color red value is 116, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #74eabf hue: 0.44 , saturation: 0.74 and the lightness value of 74eabf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101010 10111111
Octal 164 352 277
Decimal 116 234 191
Hex 74 EA BF

RGB Percentages of Color #74eabf

%21.44
%43.25
%35.30

CMYK Percentages of Color #74eabf

%50
%0
%18
%8

Triadic Colors of #74eabf

#74eabf #bf74ea #eabf74

Analogous Colors of #74eabf

#74eabf #74daea #74ea84

Monochromatic Colors of #74eabf

#74eabf

Complementary Color

#74eabf #ea749f

#74eabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74eabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74eabf Color CSS Codes

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

#74eabf Text Font Color

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

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


#74eabf Background Color

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

This div background color is #74eabf


#74eabf Border Color

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

This div border color is #74eabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74eabf


Comments

No comments written yet.

Please login to write comment.