Color Hex Logo

#74fadb Color Hex

#74FADB
(116,250,219)
1 Favorites   0 Comments

Color spaces of #74fadb

RGB 116250219
HSL0.460.930.72
HSV166°54°98°
CMYK 0.540.000.12   0.02
XYZ54.174277.198779.0634
Yxy77.19870.25740.3669
Hunter Lab87.8628-43.70088.1518
CIE-Lab90.4130-44.11613.7071

#74fadb color RGB value is (116,250,219).

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

The process color (four color CMYK) of #74fadb color hex is 0.54, 0.00, 0.12, 0.02. Web safe color of #74fadb is #66ffcc. Color #74fadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111010 11011011
Octal 164 372 333
Decimal 116 250 219
Hex 74 FA DB

RGB Percentages of Color #74fadb

%19.83
%42.74
%37.44

CMYK Percentages of Color #74fadb

%54
%0
%12
%2

Triadic Colors of #74fadb

#74fadb #db74fa #fadb74

Analogous Colors of #74fadb

#74fadb #74d6fa #74fa98

Monochromatic Colors of #74fadb

#74fadb

Complementary Color

#74fadb #fa7493

#74fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fadb Color CSS Codes

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

#74fadb Text Font Color

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

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


#74fadb Background Color

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

This div background color is #74fadb


#74fadb Border Color

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

This div border color is #74fadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fadb

Related Colors


Comments

No comments written yet.

Please login to write comment.