Color Hex Logo

#74d2dc Color Hex

#74D2DC
(116,210,220)
0 Favorites   0 Comments

Color spaces of #74d2dc

RGB 116210220
HSL0.520.600.66
HSV186°47°86°
CMYK 0.470.050.00   0.14
XYZ43.167354.973576.0459
Yxy54.97350.24780.3156
Hunter Lab74.1441-25.8281-8.9099
CIE-Lab79.0260-25.2608-13.6090

#74d2dc color RGB value is (116,210,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11010010 11011100
Octal 164 322 334
Decimal 116 210 220
Hex 74 D2 DC

RGB Percentages of Color #74d2dc

%21.25
%38.46
%40.29

CMYK Percentages of Color #74d2dc

%47
%5
%0
%14

Triadic Colors of #74d2dc

#74d2dc #dc74d2 #d2dc74

Analogous Colors of #74d2dc

#74d2dc #749edc #74dcb2

Monochromatic Colors of #74d2dc

#74d2dc

Complementary Color

#74d2dc #dc7e74

#74d2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74d2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74d2dc Color CSS Codes

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

#74d2dc Text Font Color

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

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


#74d2dc Background Color

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

This div background color is #74d2dc


#74d2dc Border Color

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

This div border color is #74d2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74d2dc


Comments

No comments written yet.

Please login to write comment.