Color Hex Logo

#74fbdd Color Hex

#74FBDD
(116,251,221)
0 Favorites   0 Comments

Color spaces of #74fbdd

RGB 116251221
HSL0.460.940.72
HSV167°54°98°
CMYK 0.540.000.12   0.02
XYZ54.750877.927880.5625
Yxy77.92780.25680.3654
Hunter Lab88.2767-43.77547.6849
CIE-Lab90.7469-44.08993.1538

#74fbdd color RGB value is (116,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111011 11011101
Octal 164 373 335
Decimal 116 251 221
Hex 74 FB DD

RGB Percentages of Color #74fbdd

%19.73
%42.69
%37.59

CMYK Percentages of Color #74fbdd

%54
%0
%12
%2

Triadic Colors of #74fbdd

#74fbdd #dd74fb #fbdd74

Analogous Colors of #74fbdd

#74fbdd #74d6fb #74fb9a

Monochromatic Colors of #74fbdd

#74fbdd

Complementary Color

#74fbdd #fb7492

#74fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fbdd Color CSS Codes

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

#74fbdd Text Font Color

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

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


#74fbdd Background Color

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

This div background color is #74fbdd


#74fbdd Border Color

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

This div border color is #74fbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fbdd


Comments

No comments written yet.

Please login to write comment.