Color Hex Logo

#4dfaca Color Hex

#4DFACA
(77,250,202)
0 Favorites   0 Comments

Color spaces of #4dfaca

RGB 77250202
HSL0.450.950.64
HSV163°69°98°
CMYK 0.690.000.19   0.02
XYZ47.906874.213367.6768
Yxy74.21330.25240.3910
Hunter Lab86.1471-51.492913.7250
CIE-Lab89.0232-54.771910.3916

#4dfaca color RGB value is (77,250,202).

#4dfaca hex color red value is 77, green value is 250 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4dfaca hue: 0.45 , saturation: 0.95 and the lightness value of 4dfaca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111010 11001010
Octal 115 372 312
Decimal 77 250 202
Hex 4D FA CA

RGB Percentages of Color #4dfaca

%14.56
%47.26
%38.19

CMYK Percentages of Color #4dfaca

%69
%0
%19
%2

Triadic Colors of #4dfaca

#4dfaca #ca4dfa #faca4d

Analogous Colors of #4dfaca

#4dfaca #4dd4fa #4dfa74

Monochromatic Colors of #4dfaca

#4dfaca

Complementary Color

#4dfaca #fa4d7d

#4dfaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfaca Color CSS Codes

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

#4dfaca Text Font Color

<p style="color:#4dfaca">Text here</p>

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


#4dfaca Background Color

<div style="background-color:#4dfaca">
Div content here</div>

This div background color is #4dfaca


#4dfaca Border Color

<div style="border:3px solid #4dfaca">
Div here</div>

This div border color is #4dfaca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,250,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4dfaca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4dfaca;
  -webkit-box-shadow: 1px 1px 3px 2px #4dfaca;
  box-shadow:         1px 1px 3px 2px #4dfaca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,250,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 #4dfaca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfaca

Related Colors


Comments

No comments written yet.

Please login to write comment.