Color Hex Logo

#74fafc Color Hex

#74FAFC
(116,250,252)
0 Favorites   0 Comments

Color spaces of #74fafc

RGB 116250252
HSL0.500.960.72
HSV181°54°99°
CMYK 0.540.010.00   0.01
XYZ58.958879.1125104.2582
Yxy79.11250.24330.3265
Hunter Lab88.9452-37.3324-7.2358
CIE-Lab91.2852-36.0136-12.1528

#74fafc color RGB value is (116,250,252).

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

The process color (four color CMYK) of #74fafc color hex is 0.54, 0.01, 0.00, 0.01. Web safe color of #74fafc is #66ffff. Color #74fafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111010 11111100
Octal 164 372 374
Decimal 116 250 252
Hex 74 FA FC

RGB Percentages of Color #74fafc

%18.77
%40.45
%40.78

CMYK Percentages of Color #74fafc

%54
%1
%0
%1

Triadic Colors of #74fafc

#74fafc #fc74fa #fafc74

Analogous Colors of #74fafc

#74fafc #74b6fc #74fcba

Monochromatic Colors of #74fafc

#74fafc

Complementary Color

#74fafc #fc7674

#74fafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fafc Color CSS Codes

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

#74fafc Text Font Color

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

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


#74fafc Background Color

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

This div background color is #74fafc


#74fafc Border Color

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

This div border color is #74fafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fafc

Related Colors


Comments

No comments written yet.

Please login to write comment.