Color Hex Logo

#74acad Color Hex

#74ACAD
(116,172,173)
0 Favorites   0 Comments

Color spaces of #74acad

RGB 116172173
HSL0.500.260.57
HSV181°33°68°
CMYK 0.330.010.00   0.32
XYZ29.497836.235244.9746
Yxy36.23520.26640.3273
Hunter Lab60.1957-17.8718-2.1610
CIE-Lab66.6992-17.9401-6.3623

#74acad color RGB value is (116,172,173).

#74acad hex color red value is 116, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #74acad hue: 0.50 , saturation: 0.26 and the lightness value of 74acad is 0.57.

The process color (four color CMYK) of #74acad color hex is 0.33, 0.01, 0.00, 0.32. Web safe color of #74acad is #669999. Color #74acad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101100 10101101
Octal 164 254 255
Decimal 116 172 173
Hex 74 AC AD

RGB Percentages of Color #74acad

%25.16
%37.31
%37.53

CMYK Percentages of Color #74acad

%33
%1
%0
%32

Triadic Colors of #74acad

#74acad #ad74ac #acad74

Analogous Colors of #74acad

#74acad #7490ad #74ad92

Monochromatic Colors of #74acad

#74acad

Complementary Color

#74acad #ad7574

#74acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#74acad Color CSS Codes

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

#74acad Text Font Color

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

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


#74acad Background Color

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

This div background color is #74acad


#74acad Border Color

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

This div border color is #74acad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74acad


Comments

No comments written yet.

Please login to write comment.