Color Hex Logo

#74aacb Color Hex

#74AACB
(116,170,203)
0 Favorites   0 Comments

Color spaces of #74aacb

RGB 116170203
HSL0.560.460.63
HSV203°43°80°
CMYK 0.430.160.00   0.20
XYZ32.356736.774361.8927
Yxy36.77430.24700.2807
Hunter Lab60.6418-10.8808-18.0637
CIE-Lab67.1074-9.0982-22.3863

#74aacb color RGB value is (116,170,203).

#74aacb hex color red value is 116, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #74aacb hue: 0.56 , saturation: 0.46 and the lightness value of 74aacb is 0.63.

The process color (four color CMYK) of #74aacb color hex is 0.43, 0.16, 0.00, 0.20. Web safe color of #74aacb is #6699cc. Color #74aacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101010 11001011
Octal 164 252 313
Decimal 116 170 203
Hex 74 AA CB

RGB Percentages of Color #74aacb

%23.72
%34.76
%41.51

CMYK Percentages of Color #74aacb

%43
%16
%0
%20

Triadic Colors of #74aacb

#74aacb #cb74aa #aacb74

Analogous Colors of #74aacb

#74aacb #747fcb #74cbc1

Monochromatic Colors of #74aacb

#74aacb

Complementary Color

#74aacb #cb9574

#74aacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aacb Color CSS Codes

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

#74aacb Text Font Color

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

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


#74aacb Background Color

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

This div background color is #74aacb


#74aacb Border Color

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

This div border color is #74aacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aacb


Comments

No comments written yet.

Please login to write comment.