Color Hex Logo

#74aedc Color Hex

#74AEDC
(116,174,220)
0 Favorites   0 Comments

Color spaces of #74aedc

RGB 116174220
HSL0.570.600.66
HSV207°47°86°
CMYK 0.470.210.00   0.14
XYZ35.256839.152473.4091
Yxy39.15240.23850.2649
Hunter Lab62.5719-8.9230-25.7585
CIE-Lab68.8615-6.5257-29.0589

#74aedc color RGB value is (116,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101110 11011100
Octal 164 256 334
Decimal 116 174 220
Hex 74 AE DC

RGB Percentages of Color #74aedc

%22.75
%34.12
%43.14

CMYK Percentages of Color #74aedc

%47
%21
%0
%14

Triadic Colors of #74aedc

#74aedc #dc74ae #aedc74

Analogous Colors of #74aedc

#74aedc #747adc #74dcd6

Monochromatic Colors of #74aedc

#74aedc

Complementary Color

#74aedc #dca274

#74aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aedc Color CSS Codes

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

#74aedc Text Font Color

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

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


#74aedc Background Color

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

This div background color is #74aedc


#74aedc Border Color

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

This div border color is #74aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aedc


Comments

No comments written yet.

Please login to write comment.