Color Hex Logo

#74fdca Color Hex

#74FDCA
(116,253,202)
0 Favorites   0 Comments

Color spaces of #74fdca

RGB 116253202
HSL0.440.970.72
HSV158°54°99°
CMYK 0.540.000.20   0.01
XYZ52.988478.227868.1838
Yxy78.22780.26570.3923
Hunter Lab88.4465-47.841816.2056
CIE-Lab90.8838-49.192313.1743

#74fdca color RGB value is (116,253,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111101 11001010
Octal 164 375 312
Decimal 116 253 202
Hex 74 FD CA

RGB Percentages of Color #74fdca

%20.32
%44.31
%35.38

CMYK Percentages of Color #74fdca

%54
%0
%20
%1

Triadic Colors of #74fdca

#74fdca #ca74fd #fdca74

Analogous Colors of #74fdca

#74fdca #74ecfd #74fd86

Monochromatic Colors of #74fdca

#74fdca

Complementary Color

#74fdca #fd74a7

#74fdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fdca Color CSS Codes

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

#74fdca Text Font Color

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

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


#74fdca Background Color

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

This div background color is #74fdca


#74fdca Border Color

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

This div border color is #74fdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fdca

Related Colors


Comments

No comments written yet.

Please login to write comment.