Color Hex Logo

#74f8ff Color Hex

#74F8FF
(116,248,255)
0 Favorites   0 Comments

Color spaces of #74f8ff

RGB 116248255
HSL0.511.000.73
HSV183°55°100°
CMYK 0.550.030.00   0.00
XYZ58.819978.0678106.5762
Yxy78.06780.24160.3207
Hunter Lab88.3560-35.7929-9.6672
CIE-Lab90.8108-34.3042-14.4209

#74f8ff color RGB value is (116,248,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111000 11111111
Octal 164 370 377
Decimal 116 248 255
Hex 74 F8 FF

RGB Percentages of Color #74f8ff

%18.74
%40.06
%41.20

CMYK Percentages of Color #74f8ff

%55
%3
%0
%0

Triadic Colors of #74f8ff

#74f8ff #ff74f8 #f8ff74

Analogous Colors of #74f8ff

#74f8ff #74b3ff #74ffc1

Monochromatic Colors of #74f8ff

#74f8ff

Complementary Color

#74f8ff #ff7b74

#74f8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74f8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#74f8ff Color CSS Codes

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

#74f8ff Text Font Color

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

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


#74f8ff Background Color

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

This div background color is #74f8ff


#74f8ff Border Color

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

This div border color is #74f8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74f8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.