Color Hex Logo

#74aad1 Color Hex

#74AAD1
(116,170,209)
0 Favorites   0 Comments

Color spaces of #74aad1

RGB 116170209
HSL0.570.500.64
HSV205°44°82°
CMYK 0.440.190.00   0.18
XYZ33.085837.065965.7322
Yxy37.06590.24350.2728
Hunter Lab60.8818-9.5384-21.3964
CIE-Lab67.3264-7.4397-25.3659

#74aad1 color RGB value is (116,170,209).

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

The process color (four color CMYK) of #74aad1 color hex is 0.44, 0.19, 0.00, 0.18. Web safe color of #74aad1 is #6699cc. Color #74aad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101010 11010001
Octal 164 252 321
Decimal 116 170 209
Hex 74 AA D1

RGB Percentages of Color #74aad1

%23.43
%34.34
%42.22

CMYK Percentages of Color #74aad1

%44
%19
%0
%18

Triadic Colors of #74aad1

#74aad1 #d174aa #aad174

Analogous Colors of #74aad1

#74aad1 #747cd1 #74d1ca

Monochromatic Colors of #74aad1

#74aad1

Complementary Color

#74aad1 #d19b74

#74aad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aad1 Color CSS Codes

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

#74aad1 Text Font Color

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

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


#74aad1 Background Color

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

This div background color is #74aad1


#74aad1 Border Color

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

This div border color is #74aad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aad1


Comments

No comments written yet.

Please login to write comment.