Color Hex Logo

#74addb Color Hex

#74ADDB
(116,173,219)
0 Favorites   0 Comments

Color spaces of #74addb

RGB 116173219
HSL0.570.590.66
HSV207°47°86°
CMYK 0.470.210.00   0.14
XYZ34.932238.714672.6494
Yxy38.71460.23880.2646
Hunter Lab62.2211-8.6732-25.6724
CIE-Lab68.5440-6.2632-28.9992

#74addb color RGB value is (116,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101101 11011011
Octal 164 255 333
Decimal 116 173 219
Hex 74 AD DB

RGB Percentages of Color #74addb

%22.83
%34.06
%43.11

CMYK Percentages of Color #74addb

%47
%21
%0
%14

Triadic Colors of #74addb

#74addb #db74ad #addb74

Analogous Colors of #74addb

#74addb #747adb #74dbd6

Monochromatic Colors of #74addb

#74addb

Complementary Color

#74addb #dba274

#74addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74addb Color CSS Codes

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

#74addb Text Font Color

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

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


#74addb Background Color

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

This div background color is #74addb


#74addb Border Color

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

This div border color is #74addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74addb


Comments

No comments written yet.

Please login to write comment.