Color Hex Logo

#74afec Color Hex

#74AFEC
(116,175,236)
0 Favorites   0 Comments

Color spaces of #74afec

RGB 116175236
HSL0.580.760.69
HSV211°51°93°
CMYK 0.510.260.00   0.07
XYZ37.672840.429185.1749
Yxy40.42910.23070.2476
Hunter Lab63.5839-5.5124-34.9142
CIE-Lab69.7741-2.4337-36.3947

#74afec color RGB value is (116,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 11101100
Octal 164 257 354
Decimal 116 175 236
Hex 74 AF EC

RGB Percentages of Color #74afec

%22.01
%33.21
%44.78

CMYK Percentages of Color #74afec

%51
%26
%0
%7

Triadic Colors of #74afec

#74afec #ec74af #afec74

Analogous Colors of #74afec

#74afec #7574ec #74ebec

Monochromatic Colors of #74afec

#74afec

Complementary Color

#74afec #ecb174

#74afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#74afec Color CSS Codes

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

#74afec Text Font Color

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

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


#74afec Background Color

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

This div background color is #74afec


#74afec Border Color

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

This div border color is #74afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74afec


Comments

No comments written yet.

Please login to write comment.