Color Hex Logo

#74affa Color Hex

#74AFFA
(116,175,250)
0 Favorites   0 Comments

Color spaces of #74affa

RGB 116175250
HSL0.590.930.72
HSV214°54°98°
CMYK 0.540.300.00   0.02
XYZ39.787841.275196.3123
Yxy41.27510.22430.2327
Hunter Lab64.2457-1.8837-43.9111
CIE-Lab70.36821.7538-43.0757

#74affa color RGB value is (116,175,250).

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

The process color (four color CMYK) of #74affa color hex is 0.54, 0.30, 0.00, 0.02. Web safe color of #74affa is #6699ff. Color #74affa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 11111010
Octal 164 257 372
Decimal 116 175 250
Hex 74 AF FA

RGB Percentages of Color #74affa

%21.44
%32.35
%46.21

CMYK Percentages of Color #74affa

%54
%30
%0
%2

Triadic Colors of #74affa

#74affa #fa74af #affa74

Analogous Colors of #74affa

#74affa #7c74fa #74f2fa

Monochromatic Colors of #74affa

#74affa

Complementary Color

#74affa #fabf74

#74affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74affa Color CSS Codes

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

#74affa Text Font Color

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

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


#74affa Background Color

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

This div background color is #74affa


#74affa Border Color

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

This div border color is #74affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74affa

Related Colors


Comments

No comments written yet.

Please login to write comment.