Color Hex Logo

#74dabf Color Hex

#74DABF
(116,218,191)
0 Favorites   0 Comments

Color spaces of #74dabf

RGB 116218191
HSL0.460.580.65
HSV164°47°85°
CMYK 0.470.000.12   0.15
XYZ41.677857.617458.2148
Yxy57.61740.26460.3658
Hunter Lab75.9061-34.82677.6629
CIE-Lab80.5256-36.19704.0976

#74dabf color RGB value is (116,218,191).

#74dabf hex color red value is 116, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #74dabf hue: 0.46 , saturation: 0.58 and the lightness value of 74dabf is 0.65.

The process color (four color CMYK) of #74dabf color hex is 0.47, 0.00, 0.12, 0.15. Web safe color of #74dabf is #66cccc. Color #74dabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011010 10111111
Octal 164 332 277
Decimal 116 218 191
Hex 74 DA BF

RGB Percentages of Color #74dabf

%22.10
%41.52
%36.38

CMYK Percentages of Color #74dabf

%47
%0
%12
%15

Triadic Colors of #74dabf

#74dabf #bf74da #dabf74

Analogous Colors of #74dabf

#74dabf #74c2da #74da8c

Monochromatic Colors of #74dabf

#74dabf

Complementary Color

#74dabf #da748f

#74dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dabf Color CSS Codes

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

#74dabf Text Font Color

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

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


#74dabf Background Color

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

This div background color is #74dabf


#74dabf Border Color

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

This div border color is #74dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dabf


Comments

No comments written yet.

Please login to write comment.