Color Hex Logo

#74debf Color Hex

#74DEBF
(116,222,191)
0 Favorites   0 Comments

Color spaces of #74debf

RGB 116222191
HSL0.450.620.66
HSV162°48°87°
CMYK 0.480.000.14   0.13
XYZ42.727759.717158.5648
Yxy59.71710.26540.3709
Hunter Lab77.2768-36.53879.1604
CIE-Lab81.6842-38.02765.7705

#74debf color RGB value is (116,222,191).

#74debf hex color red value is 116, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #74debf hue: 0.45 , saturation: 0.62 and the lightness value of 74debf is 0.66.

The process color (four color CMYK) of #74debf color hex is 0.48, 0.00, 0.14, 0.13. Web safe color of #74debf is #66cccc. Color #74debf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011110 10111111
Octal 164 336 277
Decimal 116 222 191
Hex 74 DE BF

RGB Percentages of Color #74debf

%21.93
%41.97
%36.11

CMYK Percentages of Color #74debf

%48
%0
%14
%13

Triadic Colors of #74debf

#74debf #bf74de #debf74

Analogous Colors of #74debf

#74debf #74c8de #74de8a

Monochromatic Colors of #74debf

#74debf

Complementary Color

#74debf #de7493

#74debf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74debf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74debf Color CSS Codes

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

#74debf Text Font Color

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

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


#74debf Background Color

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

This div background color is #74debf


#74debf Border Color

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

This div border color is #74debf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74debf


Comments

No comments written yet.

Please login to write comment.