Color Hex Logo

#74afdd Color Hex

#74AFDD
(116,175,221)
0 Favorites   0 Comments

Color spaces of #74afdd

RGB 116175221
HSL0.570.610.66
HSV206°48°87°
CMYK 0.480.210.00   0.13
XYZ35.583639.593474.1735
Yxy39.59340.23830.2651
Hunter Lab62.9233-9.1726-25.8443
CIE-Lab69.1789-6.7874-29.1182

#74afdd color RGB value is (116,175,221).

#74afdd hex color red value is 116, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #74afdd hue: 0.57 , saturation: 0.61 and the lightness value of 74afdd is 0.66.

The process color (four color CMYK) of #74afdd color hex is 0.48, 0.21, 0.00, 0.13. Web safe color of #74afdd is #6699cc. Color #74afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 11011101
Octal 164 257 335
Decimal 116 175 221
Hex 74 AF DD

RGB Percentages of Color #74afdd

%22.66
%34.18
%43.16

CMYK Percentages of Color #74afdd

%48
%21
%0
%13

Triadic Colors of #74afdd

#74afdd #dd74af #afdd74

Analogous Colors of #74afdd

#74afdd #747bdd #74ddd7

Monochromatic Colors of #74afdd

#74afdd

Complementary Color

#74afdd #dda274

#74afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74afdd Color CSS Codes

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

#74afdd Text Font Color

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

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


#74afdd Background Color

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

This div background color is #74afdd


#74afdd Border Color

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

This div border color is #74afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74afdd


Comments

No comments written yet.

Please login to write comment.