Color Hex Logo

#74acbb Color Hex

#74ACBB
(116,172,187)
0 Favorites   0 Comments

Color spaces of #74acbb

RGB 116172187
HSL0.540.340.59
HSV193°38°73°
CMYK 0.380.080.00   0.27
XYZ30.924636.805952.4881
Yxy36.80590.25720.3062
Hunter Lab60.6679-15.1809-8.8285
CIE-Lab67.1312-14.4294-13.4888

#74acbb color RGB value is (116,172,187).

#74acbb hex color red value is 116, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #74acbb hue: 0.54 , saturation: 0.34 and the lightness value of 74acbb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101100 10111011
Octal 164 254 273
Decimal 116 172 187
Hex 74 AC BB

RGB Percentages of Color #74acbb

%24.42
%36.21
%39.37

CMYK Percentages of Color #74acbb

%38
%8
%0
%27

Triadic Colors of #74acbb

#74acbb #bb74ac #acbb74

Analogous Colors of #74acbb

#74acbb #7489bb #74bba7

Monochromatic Colors of #74acbb

#74acbb

Complementary Color

#74acbb #bb8374

#74acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74acbb Color CSS Codes

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

#74acbb Text Font Color

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

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


#74acbb Background Color

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

This div background color is #74acbb


#74acbb Border Color

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

This div border color is #74acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74acbb


Comments

No comments written yet.

Please login to write comment.