Color Hex Logo

#74afda Color Hex

#74AFDA
(116,175,218)
0 Favorites   0 Comments

Color spaces of #74afda

RGB 116175218
HSL0.570.580.65
HSV205°47°85°
CMYK 0.470.200.00   0.15
XYZ35.187339.434972.0868
Yxy39.43490.23980.2688
Hunter Lab62.7972-9.8758-24.1027
CIE-Lab69.0651-7.6396-27.6485

#74afda color RGB value is (116,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 11011010
Octal 164 257 332
Decimal 116 175 218
Hex 74 AF DA

RGB Percentages of Color #74afda

%22.79
%34.38
%42.83

CMYK Percentages of Color #74afda

%47
%20
%0
%15

Triadic Colors of #74afda

#74afda #da74af #afda74

Analogous Colors of #74afda

#74afda #747cda #74dad2

Monochromatic Colors of #74afda

#74afda

Complementary Color

#74afda #da9f74

#74afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#74afda Color CSS Codes

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

#74afda Text Font Color

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

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


#74afda Background Color

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

This div background color is #74afda


#74afda Border Color

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

This div border color is #74afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74afda

#74afda Color Palettes


Comments

No comments written yet.

Please login to write comment.