Color Hex Logo

#74afdb Color Hex

#74AFDB
(116,175,219)
0 Favorites   0 Comments

Color spaces of #74afdb

RGB 116175219
HSL0.570.590.66
HSV206°47°86°
CMYK 0.470.200.00   0.14
XYZ35.318639.487472.7782
Yxy39.48740.23930.2676
Hunter Lab62.8390-9.6425-24.6806
CIE-Lab69.1029-7.3562-28.1390

#74afdb color RGB value is (116,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 11011011
Octal 164 257 333
Decimal 116 175 219
Hex 74 AF DB

RGB Percentages of Color #74afdb

%22.75
%34.31
%42.94

CMYK Percentages of Color #74afdb

%47
%20
%0
%14

Triadic Colors of #74afdb

#74afdb #db74af #afdb74

Analogous Colors of #74afdb

#74afdb #747cdb #74dbd4

Monochromatic Colors of #74afdb

#74afdb

Complementary Color

#74afdb #dba074

#74afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74afdb Color CSS Codes

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

#74afdb Text Font Color

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

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


#74afdb Background Color

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

This div background color is #74afdb


#74afdb Border Color

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

This div border color is #74afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74afdb

#74afdb Color Palettes


Comments

No comments written yet.

Please login to write comment.