Color Hex Logo

#4dfcd5 Color Hex

#4DFCD5
(77,252,213)
0 Favorites   0 Comments

Color spaces of #4dfcd5

RGB 77252213
HSL0.460.970.65
HSV167°69°99°
CMYK 0.690.000.15   0.01
XYZ49.881276.002774.9918
Yxy76.00270.24830.3784
Hunter Lab87.1795-50.432510.0244
CIE-Lab89.8606-52.98835.8950

#4dfcd5 color RGB value is (77,252,213).

#4dfcd5 hex color red value is 77, green value is 252 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #4dfcd5 hue: 0.46 , saturation: 0.97 and the lightness value of 4dfcd5 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111100 11010101
Octal 115 374 325
Decimal 77 252 213
Hex 4D FC D5

RGB Percentages of Color #4dfcd5

%14.21
%46.49
%39.30

CMYK Percentages of Color #4dfcd5

%69
%0
%15
%1

Triadic Colors of #4dfcd5

#4dfcd5 #d54dfc #fcd54d

Analogous Colors of #4dfcd5

#4dfcd5 #4dccfc #4dfc7e

Monochromatic Colors of #4dfcd5

#4dfcd5

Complementary Color

#4dfcd5 #fc4d74

#4dfcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfcd5 Color CSS Codes

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

#4dfcd5 Text Font Color

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

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


#4dfcd5 Background Color

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

This div background color is #4dfcd5


#4dfcd5 Border Color

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

This div border color is #4dfcd5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,252,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfcd5

Related Colors


Comments

No comments written yet.

Please login to write comment.