Color Hex Logo

#74adfd Color Hex

#74ADFD
(116,173,253)
0 Favorites   0 Comments

Color spaces of #74adfd

RGB 116173253
HSL0.600.970.72
HSV215°54°99°
CMYK 0.540.320.00   0.01
XYZ39.875740.692098.6812
Yxy40.69200.22250.2270
Hunter Lab63.7903-0.0515-47.0662
CIE-Lab69.95963.7904-45.3416

#74adfd color RGB value is (116,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101101 11111101
Octal 164 255 375
Decimal 116 173 253
Hex 74 AD FD

RGB Percentages of Color #74adfd

%21.40
%31.92
%46.68

CMYK Percentages of Color #74adfd

%54
%32
%0
%1

Triadic Colors of #74adfd

#74adfd #fd74ad #adfd74

Analogous Colors of #74adfd

#74adfd #8074fd #74f2fd

Monochromatic Colors of #74adfd

#74adfd

Complementary Color

#74adfd #fdc474

#74adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74adfd Color CSS Codes

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

#74adfd Text Font Color

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

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


#74adfd Background Color

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

This div background color is #74adfd


#74adfd Border Color

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

This div border color is #74adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74adfd

Related Colors


Comments

No comments written yet.

Please login to write comment.