Color Hex Logo

#74adbc Color Hex

#74ADBC
(116,173,188)
0 Favorites   0 Comments

Color spaces of #74adbc

RGB 116173188
HSL0.530.350.60
HSV193°38°74°
CMYK 0.380.080.00   0.26
XYZ31.223137.231053.1176
Yxy37.23100.25680.3062
Hunter Lab61.0172-15.4399-8.9020
CIE-Lab67.4500-14.7007-13.5635

#74adbc color RGB value is (116,173,188).

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

The process color (four color CMYK) of #74adbc color hex is 0.38, 0.08, 0.00, 0.26. Web safe color of #74adbc is #6699cc. Color #74adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101101 10111100
Octal 164 255 274
Decimal 116 173 188
Hex 74 AD BC

RGB Percentages of Color #74adbc

%24.32
%36.27
%39.41

CMYK Percentages of Color #74adbc

%38
%8
%0
%26

Triadic Colors of #74adbc

#74adbc #bc74ad #adbc74

Analogous Colors of #74adbc

#74adbc #7489bc #74bca7

Monochromatic Colors of #74adbc

#74adbc

Complementary Color

#74adbc #bc8374

#74adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74adbc Color CSS Codes

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

#74adbc Text Font Color

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

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


#74adbc Background Color

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

This div background color is #74adbc


#74adbc Border Color

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

This div border color is #74adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74adbc


Comments

No comments written yet.

Please login to write comment.