Color Hex Logo

#74fdcc Color Hex

#74FDCC
(116,253,204)
0 Favorites   0 Comments

Color spaces of #74fdcc

RGB 116253204
HSL0.440.970.72
HSV159°54°99°
CMYK 0.540.000.19   0.01
XYZ53.226878.323269.4393
Yxy78.32320.26480.3897
Hunter Lab88.5004-47.520415.4301
CIE-Lab90.9272-48.763312.2053

#74fdcc color RGB value is (116,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111101 11001100
Octal 164 375 314
Decimal 116 253 204
Hex 74 FD CC

RGB Percentages of Color #74fdcc

%20.24
%44.15
%35.60

CMYK Percentages of Color #74fdcc

%54
%0
%19
%1

Triadic Colors of #74fdcc

#74fdcc #cc74fd #fdcc74

Analogous Colors of #74fdcc

#74fdcc #74eafd #74fd88

Monochromatic Colors of #74fdcc

#74fdcc

Complementary Color

#74fdcc #fd74a5

#74fdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fdcc Color CSS Codes

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

#74fdcc Text Font Color

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

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


#74fdcc Background Color

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

This div background color is #74fdcc


#74fdcc Border Color

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

This div border color is #74fdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fdcc


Comments

No comments written yet.

Please login to write comment.