Color Hex Logo

#74acbd Color Hex

#74ACBD
(116,172,189)
0 Favorites   0 Comments

Color spaces of #74acbd

RGB 116172189
HSL0.540.360.60
HSV194°39°74°
CMYK 0.390.090.00   0.26
XYZ31.140336.892253.6237
Yxy36.89220.25600.3032
Hunter Lab60.7389-14.7779-9.8272
CIE-Lab67.1961-13.9116-14.4997

#74acbd color RGB value is (116,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101100 10111101
Octal 164 254 275
Decimal 116 172 189
Hex 74 AC BD

RGB Percentages of Color #74acbd

%24.32
%36.06
%39.62

CMYK Percentages of Color #74acbd

%39
%9
%0
%26

Triadic Colors of #74acbd

#74acbd #bd74ac #acbd74

Analogous Colors of #74acbd

#74acbd #7488bd #74bdaa

Monochromatic Colors of #74acbd

#74acbd

Complementary Color

#74acbd #bd8574

#74acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74acbd Color CSS Codes

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

#74acbd Text Font Color

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

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


#74acbd Background Color

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

This div background color is #74acbd


#74acbd Border Color

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

This div border color is #74acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74acbd


Comments

No comments written yet.

Please login to write comment.