Color Hex Logo

#74fbcc Color Hex

#74FBCC
(116,251,204)
0 Favorites   0 Comments

Color spaces of #74fbcc

RGB 116251204
HSL0.440.940.72
HSV159°54°98°
CMYK 0.540.000.19   0.02
XYZ52.598777.067069.2299
Yxy77.06700.26450.3875
Hunter Lab87.7878-46.679114.6951
CIE-Lab90.3524-47.913511.3876

#74fbcc color RGB value is (116,251,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111011 11001100
Octal 164 373 314
Decimal 116 251 204
Hex 74 FB CC

RGB Percentages of Color #74fbcc

%20.32
%43.96
%35.73

CMYK Percentages of Color #74fbcc

%54
%0
%19
%2

Triadic Colors of #74fbcc

#74fbcc #cc74fb #fbcc74

Analogous Colors of #74fbcc

#74fbcc #74e7fb #74fb89

Monochromatic Colors of #74fbcc

#74fbcc

Complementary Color

#74fbcc #fb74a3

#74fbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fbcc Color CSS Codes

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

#74fbcc Text Font Color

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

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


#74fbcc Background Color

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

This div background color is #74fbcc


#74fbcc Border Color

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

This div border color is #74fbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fbcc


Comments

No comments written yet.

Please login to write comment.