Color Hex Logo

#74c3dc Color Hex

#74C3DC
(116,195,220)
0 Favorites   0 Comments

Color spaces of #74c3dc

RGB 116195220
HSL0.540.600.66
HSV194°47°86°
CMYK 0.470.110.00   0.14
XYZ39.635847.910574.8688
Yxy47.91050.24400.2950
Hunter Lab69.2174-18.9164-15.6787
CIE-Lab74.7684-17.6896-20.0293

#74c3dc color RGB value is (116,195,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11000011 11011100
Octal 164 303 334
Decimal 116 195 220
Hex 74 C3 DC

RGB Percentages of Color #74c3dc

%21.85
%36.72
%41.43

CMYK Percentages of Color #74c3dc

%47
%11
%0
%14

Triadic Colors of #74c3dc

#74c3dc #dc74c3 #c3dc74

Analogous Colors of #74c3dc

#74c3dc #748fdc #74dcc1

Monochromatic Colors of #74c3dc

#74c3dc

Complementary Color

#74c3dc #dc8d74

#74c3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74c3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74c3dc Color CSS Codes

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

#74c3dc Text Font Color

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

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


#74c3dc Background Color

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

This div background color is #74c3dc


#74c3dc Border Color

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

This div border color is #74c3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74c3dc


Comments

No comments written yet.

Please login to write comment.