Color Hex Logo

#74adfa Color Hex

#74ADFA
(116,173,250)
0 Favorites   0 Comments

Color spaces of #74adfa

RGB 116173250
HSL0.600.930.72
HSV214°54°98°
CMYK 0.540.310.00   0.02
XYZ39.401340.502396.1835
Yxy40.50230.22380.2300
Hunter Lab63.6414-0.8606-45.0581
CIE-Lab69.82582.8768-43.9253

#74adfa color RGB value is (116,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101101 11111010
Octal 164 255 372
Decimal 116 173 250
Hex 74 AD FA

RGB Percentages of Color #74adfa

%21.52
%32.10
%46.38

CMYK Percentages of Color #74adfa

%54
%31
%0
%2

Triadic Colors of #74adfa

#74adfa #fa74ad #adfa74

Analogous Colors of #74adfa

#74adfa #7e74fa #74f0fa

Monochromatic Colors of #74adfa

#74adfa

Complementary Color

#74adfa #fac174

#74adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74adfa Color CSS Codes

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

#74adfa Text Font Color

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

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


#74adfa Background Color

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

This div background color is #74adfa


#74adfa Border Color

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

This div border color is #74adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74adfa

Related Colors


Comments

No comments written yet.

Please login to write comment.