Color Hex Logo

#74aec8 Color Hex

#74AEC8
(116,174,200)
0 Favorites   0 Comments

Color spaces of #74aec8

RGB 116174200
HSL0.550.430.62
HSV199°42°78°
CMYK 0.420.130.00   0.22
XYZ32.763838.155260.2814
Yxy38.15520.24970.2908
Hunter Lab61.7699-13.4179-14.6223
CIE-Lab68.1348-12.0690-19.1643

#74aec8 color RGB value is (116,174,200).

#74aec8 hex color red value is 116, green value is 174 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #74aec8 hue: 0.55 , saturation: 0.43 and the lightness value of 74aec8 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101110 11001000
Octal 164 256 310
Decimal 116 174 200
Hex 74 AE C8

RGB Percentages of Color #74aec8

%23.67
%35.51
%40.82

CMYK Percentages of Color #74aec8

%42
%13
%0
%22

Triadic Colors of #74aec8

#74aec8 #c874ae #aec874

Analogous Colors of #74aec8

#74aec8 #7484c8 #74c8b8

Monochromatic Colors of #74aec8

#74aec8

Complementary Color

#74aec8 #c88e74

#74aec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aec8 Color CSS Codes

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

#74aec8 Text Font Color

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

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


#74aec8 Background Color

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

This div background color is #74aec8


#74aec8 Border Color

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

This div border color is #74aec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aec8


Comments

No comments written yet.

Please login to write comment.