Color Hex Logo

#74dcbc Color Hex

#74DCBC
(116,220,188)
0 Favorites   0 Comments

Color spaces of #74dcbc

RGB 116220188
HSL0.450.600.66
HSV162°47°86°
CMYK 0.470.000.15   0.14
XYZ41.872858.530256.6675
Yxy58.53020.26660.3726
Hunter Lab76.5050-36.18709.6372
CIE-Lab81.0327-37.79116.4229

#74dcbc color RGB value is (116,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011100 10111100
Octal 164 334 274
Decimal 116 220 188
Hex 74 DC BC

RGB Percentages of Color #74dcbc

%22.14
%41.98
%35.88

CMYK Percentages of Color #74dcbc

%47
%0
%15
%14

Triadic Colors of #74dcbc

#74dcbc #bc74dc #dcbc74

Analogous Colors of #74dcbc

#74dcbc #74c8dc #74dc88

Monochromatic Colors of #74dcbc

#74dcbc

Complementary Color

#74dcbc #dc7494

#74dcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dcbc Color CSS Codes

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

#74dcbc Text Font Color

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

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


#74dcbc Background Color

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

This div background color is #74dcbc


#74dcbc Border Color

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

This div border color is #74dcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dcbc


Comments

No comments written yet.

Please login to write comment.