Color Hex Logo

#74fbda Color Hex

#74FBDA
(116,251,218)
0 Favorites   0 Comments

Color spaces of #74fbda

RGB 116251218
HSL0.460.940.72
HSV165°54°98°
CMYK 0.540.000.13   0.02
XYZ54.354577.769378.4759
Yxy77.76930.25810.3693
Hunter Lab88.1869-44.30768.9698
CIE-Lab90.6745-44.78404.6043

#74fbda color RGB value is (116,251,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111011 11011010
Octal 164 373 332
Decimal 116 251 218
Hex 74 FB DA

RGB Percentages of Color #74fbda

%19.83
%42.91
%37.26

CMYK Percentages of Color #74fbda

%54
%0
%13
%2

Triadic Colors of #74fbda

#74fbda #da74fb #fbda74

Analogous Colors of #74fbda

#74fbda #74d9fb #74fb97

Monochromatic Colors of #74fbda

#74fbda

Complementary Color

#74fbda #fb7495

#74fbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fbda Color CSS Codes

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

#74fbda Text Font Color

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

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


#74fbda Background Color

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

This div background color is #74fbda


#74fbda Border Color

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

This div border color is #74fbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fbda

Related Colors


Comments

No comments written yet.

Please login to write comment.