Color Hex Logo

#74afef Color Hex

#74AFEF
(116,175,239)
0 Favorites   0 Comments

Color spaces of #74afef

RGB 116175239
HSL0.590.790.70
HSV211°51°94°
CMYK 0.510.270.00   0.06
XYZ38.112440.604987.4902
Yxy40.60490.22930.2443
Hunter Lab63.7220-4.7518-36.7997
CIE-Lab69.8982-1.5457-37.8355

#74afef color RGB value is (116,175,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 11101111
Octal 164 257 357
Decimal 116 175 239
Hex 74 AF EF

RGB Percentages of Color #74afef

%21.89
%33.02
%45.09

CMYK Percentages of Color #74afef

%51
%27
%0
%6

Triadic Colors of #74afef

#74afef #ef74af #afef74

Analogous Colors of #74afef

#74afef #7774ef #74edef

Monochromatic Colors of #74afef

#74afef

Complementary Color

#74afef #efb474

#74afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#74afef Color CSS Codes

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

#74afef Text Font Color

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

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


#74afef Background Color

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

This div background color is #74afef


#74afef Border Color

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

This div border color is #74afef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,175,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 #74afef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74afef


Comments

No comments written yet.

Please login to write comment.