Color Hex Logo

#74fcff Color Hex

#74FCFF
(116,252,255)
0 Favorites   0 Comments

Color spaces of #74fcff

RGB 116252255
HSL0.501.000.73
HSV181°55°100°
CMYK 0.550.010.00   0.00
XYZ60.062980.5538106.9905
Yxy80.55380.24260.3253
Hunter Lab89.7518-37.6114-7.8517
CIE-Lab91.9328-36.1596-12.7435

#74fcff color RGB value is (116,252,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111100 11111111
Octal 164 374 377
Decimal 116 252 255
Hex 74 FC FF

RGB Percentages of Color #74fcff

%18.62
%40.45
%40.93

CMYK Percentages of Color #74fcff

%55
%1
%0
%0

Triadic Colors of #74fcff

#74fcff #ff74fc #fcff74

Analogous Colors of #74fcff

#74fcff #74b7ff #74ffbd

Monochromatic Colors of #74fcff

#74fcff

Complementary Color

#74fcff #ff7774

#74fcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fcff Color CSS Codes

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

#74fcff Text Font Color

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

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


#74fcff Background Color

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

This div background color is #74fcff


#74fcff Border Color

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

This div border color is #74fcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fcff

#74fcff Color Palettes


Comments

No comments written yet.

Please login to write comment.