Color Hex Logo

#74aaeb Color Hex

#74AAEB
(116,170,235)
0 Favorites   0 Comments

Color spaces of #74aaeb

RGB 116170235
HSL0.590.750.69
HSV213°51°92°
CMYK 0.510.280.00   0.08
XYZ36.572638.460684.0933
Yxy38.46060.22980.2417
Hunter Lab62.0166-3.2636-36.9844
CIE-Lab68.35870.0562-38.0515

#74aaeb color RGB value is (116,170,235).

#74aaeb hex color red value is 116, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #74aaeb hue: 0.59 , saturation: 0.75 and the lightness value of 74aaeb is 0.69.

The process color (four color CMYK) of #74aaeb color hex is 0.51, 0.28, 0.00, 0.08. Web safe color of #74aaeb is #6699ff. Color #74aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101010 11101011
Octal 164 252 353
Decimal 116 170 235
Hex 74 AA EB

RGB Percentages of Color #74aaeb

%22.26
%32.63
%45.11

CMYK Percentages of Color #74aaeb

%51
%28
%0
%8

Triadic Colors of #74aaeb

#74aaeb #eb74aa #aaeb74

Analogous Colors of #74aaeb

#74aaeb #7a74eb #74e6eb

Monochromatic Colors of #74aaeb

#74aaeb

Complementary Color

#74aaeb #ebb574

#74aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aaeb Color CSS Codes

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

#74aaeb Text Font Color

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

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


#74aaeb Background Color

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

This div background color is #74aaeb


#74aaeb Border Color

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

This div border color is #74aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aaeb


Comments

No comments written yet.

Please login to write comment.