Color Hex Logo

#4dfcbc Color Hex

#4DFCBC
(77,252,188)
0 Favorites   0 Comments

Color spaces of #4dfcbc

RGB 77252188
HSL0.440.970.65
HSV158°69°99°
CMYK 0.690.000.25   0.01
XYZ46.948174.829459.5461
Yxy74.82940.25890.4127
Hunter Lab86.5040-54.505119.7398
CIE-Lab89.3130-58.693318.0202

#4dfcbc color RGB value is (77,252,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111100 10111100
Octal 115 374 274
Decimal 77 252 188
Hex 4D FC BC

RGB Percentages of Color #4dfcbc

%14.89
%48.74
%36.36

CMYK Percentages of Color #4dfcbc

%69
%0
%25
%1

Triadic Colors of #4dfcbc

#4dfcbc #bc4dfc #fcbc4d

Analogous Colors of #4dfcbc

#4dfcbc #4de5fc #4dfc65

Monochromatic Colors of #4dfcbc

#4dfcbc

Complementary Color

#4dfcbc #fc4d8d

#4dfcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfcbc Color CSS Codes

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

#4dfcbc Text Font Color

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

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


#4dfcbc Background Color

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

This div background color is #4dfcbc


#4dfcbc Border Color

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

This div border color is #4dfcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfcbc


Comments

No comments written yet.

Please login to write comment.