Color Hex Logo

#74aaef Color Hex

#74AAEF
(116,170,239)
0 Favorites   0 Comments

Color spaces of #74aaef

RGB 116170239
HSL0.590.790.70
HSV214°51°94°
CMYK 0.510.290.00   0.06
XYZ37.157238.694487.1717
Yxy38.69440.22790.2374
Hunter Lab62.2048-2.2339-39.5436
CIE-Lab68.52931.2484-39.9697

#74aaef color RGB value is (116,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101010 11101111
Octal 164 252 357
Decimal 116 170 239
Hex 74 AA EF

RGB Percentages of Color #74aaef

%22.10
%32.38
%45.52

CMYK Percentages of Color #74aaef

%51
%29
%0
%6

Triadic Colors of #74aaef

#74aaef #ef74aa #aaef74

Analogous Colors of #74aaef

#74aaef #7c74ef #74e8ef

Monochromatic Colors of #74aaef

#74aaef

Complementary Color

#74aaef #efb974

#74aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aaef Color CSS Codes

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

#74aaef Text Font Color

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

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


#74aaef Background Color

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

This div background color is #74aaef


#74aaef Border Color

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

This div border color is #74aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aaef


Comments

No comments written yet.

Please login to write comment.