Color Hex Logo

#74acbc Color Hex

#74ACBC
(116,172,188)
0 Favorites   0 Comments

Color spaces of #74acbc

RGB 116172188
HSL0.540.350.60
HSV193°38°74°
CMYK 0.380.090.00   0.26
XYZ31.032136.848953.0539
Yxy36.84890.25660.3047
Hunter Lab60.7033-14.9799-9.3264
CIE-Lab67.1635-14.1709-13.9945

#74acbc color RGB value is (116,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101100 10111100
Octal 164 254 274
Decimal 116 172 188
Hex 74 AC BC

RGB Percentages of Color #74acbc

%24.37
%36.13
%39.50

CMYK Percentages of Color #74acbc

%38
%9
%0
%26

Triadic Colors of #74acbc

#74acbc #bc74ac #acbc74

Analogous Colors of #74acbc

#74acbc #7488bc #74bca8

Monochromatic Colors of #74acbc

#74acbc

Complementary Color

#74acbc #bc8474

#74acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74acbc Color CSS Codes

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

#74acbc Text Font Color

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

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


#74acbc Background Color

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

This div background color is #74acbc


#74acbc Border Color

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

This div border color is #74acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74acbc


Comments

No comments written yet.

Please login to write comment.