Color Hex Logo

#74abfc Color Hex

#74ABFC
(116,171,252)
0 Favorites   0 Comments

Color spaces of #74abfc

RGB 116171252
HSL0.600.960.72
HSV216°54°99°
CMYK 0.540.320.00   0.01
XYZ39.336139.867197.7173
Yxy39.86710.22230.2253
Hunter Lab63.14040.7088-47.5601
CIE-Lab69.37484.6151-45.7176

#74abfc color RGB value is (116,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101011 11111100
Octal 164 253 374
Decimal 116 171 252
Hex 74 AB FC

RGB Percentages of Color #74abfc

%21.52
%31.73
%46.75

CMYK Percentages of Color #74abfc

%54
%32
%0
%1

Triadic Colors of #74abfc

#74abfc #fc74ab #abfc74

Analogous Colors of #74abfc

#74abfc #8174fc #74effc

Monochromatic Colors of #74abfc

#74abfc

Complementary Color

#74abfc #fcc574

#74abfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74abfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74abfc Color CSS Codes

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

#74abfc Text Font Color

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

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


#74abfc Background Color

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

This div background color is #74abfc


#74abfc Border Color

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

This div border color is #74abfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74abfc

Related Colors


Comments

No comments written yet.

Please login to write comment.