Color Hex Logo

#74abb4 Color Hex

#74ABB4
(116,171,180)
0 Favorites   0 Comments

Color spaces of #74abb4

RGB 116171180
HSL0.520.300.58
HSV188°36°71°
CMYK 0.360.050.00   0.29
XYZ30.003636.134148.5732
Yxy36.13410.26160.3150
Hunter Lab60.1116-16.1005-5.8311
CIE-Lab66.6223-15.6844-10.3662

#74abb4 color RGB value is (116,171,180).

#74abb4 hex color red value is 116, green value is 171 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #74abb4 hue: 0.52 , saturation: 0.30 and the lightness value of 74abb4 is 0.58.

The process color (four color CMYK) of #74abb4 color hex is 0.36, 0.05, 0.00, 0.29. Web safe color of #74abb4 is #6699cc. Color #74abb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101011 10110100
Octal 164 253 264
Decimal 116 171 180
Hex 74 AB B4

RGB Percentages of Color #74abb4

%24.84
%36.62
%38.54

CMYK Percentages of Color #74abb4

%36
%5
%0
%29

Triadic Colors of #74abb4

#74abb4 #b474ab #abb474

Analogous Colors of #74abb4

#74abb4 #748bb4 #74b49d

Monochromatic Colors of #74abb4

#74abb4

Complementary Color

#74abb4 #b47d74

#74abb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74abb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74abb4 Color CSS Codes

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

#74abb4 Text Font Color

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

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


#74abb4 Background Color

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

This div background color is #74abb4


#74abb4 Border Color

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

This div border color is #74abb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74abb4


Comments

No comments written yet.

Please login to write comment.