Color Hex Logo

#74dcfc Color Hex

#74DCFC
(116,220,252)
0 Favorites   0 Comments

Color spaces of #74dcfc

RGB 116220252
HSL0.540.960.72
HSV194°54°99°
CMYK 0.540.130.00   0.01
XYZ50.366361.9277101.3941
Yxy61.92770.23570.2898
Hunter Lab78.6942-23.4701-21.3068
CIE-Lab82.8750-21.5746-24.8313

#74dcfc color RGB value is (116,220,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011100 11111100
Octal 164 334 374
Decimal 116 220 252
Hex 74 DC FC

RGB Percentages of Color #74dcfc

%19.73
%37.41
%42.86

CMYK Percentages of Color #74dcfc

%54
%13
%0
%1

Triadic Colors of #74dcfc

#74dcfc #fc74dc #dcfc74

Analogous Colors of #74dcfc

#74dcfc #7498fc #74fcd8

Monochromatic Colors of #74dcfc

#74dcfc

Complementary Color

#74dcfc #fc9474

#74dcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dcfc Color CSS Codes

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

#74dcfc Text Font Color

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

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


#74dcfc Background Color

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

This div background color is #74dcfc


#74dcfc Border Color

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

This div border color is #74dcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dcfc


Comments

No comments written yet.

Please login to write comment.