Color Hex Logo

#74dbbf Color Hex

#74DBBF
(116,219,191)
0 Favorites   0 Comments

Color spaces of #74dbbf

RGB 116219191
HSL0.450.590.66
HSV164°47°86°
CMYK 0.470.000.13   0.14
XYZ41.937958.137658.3015
Yxy58.13760.26480.3671
Hunter Lab76.2480-35.25558.0387
CIE-Lab80.8152-36.65684.5164

#74dbbf color RGB value is (116,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011011 10111111
Octal 164 333 277
Decimal 116 219 191
Hex 74 DB BF

RGB Percentages of Color #74dbbf

%22.05
%41.63
%36.31

CMYK Percentages of Color #74dbbf

%47
%0
%13
%14

Triadic Colors of #74dbbf

#74dbbf #bf74db #dbbf74

Analogous Colors of #74dbbf

#74dbbf #74c4db #74db8c

Monochromatic Colors of #74dbbf

#74dbbf

Complementary Color

#74dbbf #db7490

#74dbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dbbf Color CSS Codes

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

#74dbbf Text Font Color

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

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


#74dbbf Background Color

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

This div background color is #74dbbf


#74dbbf Border Color

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

This div border color is #74dbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dbbf


Comments

No comments written yet.

Please login to write comment.