Color Hex Logo

#74fafd Color Hex

#74FAFD
(116,250,253)
0 Favorites   0 Comments

Color spaces of #74fafd

RGB 116250253
HSL0.500.970.72
HSV181°54°99°
CMYK 0.540.010.00   0.01
XYZ59.117779.1761105.0952
Yxy79.17610.24290.3253
Hunter Lab88.9810-37.1238-7.7406
CIE-Lab91.3139-35.7548-12.6294

#74fafd color RGB value is (116,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111010 11111101
Octal 164 372 375
Decimal 116 250 253
Hex 74 FA FD

RGB Percentages of Color #74fafd

%18.74
%40.39
%40.87

CMYK Percentages of Color #74fafd

%54
%1
%0
%1

Triadic Colors of #74fafd

#74fafd #fd74fa #fafd74

Analogous Colors of #74fafd

#74fafd #74b6fd #74fdbc

Monochromatic Colors of #74fafd

#74fafd

Complementary Color

#74fafd #fd7774

#74fafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fafd Color CSS Codes

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

#74fafd Text Font Color

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

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


#74fafd Background Color

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

This div background color is #74fafd


#74fafd Border Color

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

This div border color is #74fafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fafd

Related Colors


Comments

No comments written yet.

Please login to write comment.