Color Hex Logo

#4dfcfc Color Hex

#4DFCFC
(77,252,252)
0 Favorites   0 Comments

Color spaces of #4dfcfc

RGB 77252252
HSL0.500.970.65
HSV180°69°99°
CMYK 0.690.000.00   0.01
XYZ55.441778.2269104.2727
Yxy78.22690.23300.3288
Hunter Lab88.4460-42.8891-7.9873
CIE-Lab90.8833-42.9352-12.8548

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111100 11111100
Octal 115 374 374
Decimal 77 252 252
Hex 4D FC FC

RGB Percentages of Color #4dfcfc

%13.25
%43.37
%43.37

CMYK Percentages of Color #4dfcfc

%69
%0
%0
%1

Triadic Colors of #4dfcfc

#4dfcfc #fc4dfc #fcfc4d

Analogous Colors of #4dfcfc

#4dfcfc #4da5fc #4dfca5

Monochromatic Colors of #4dfcfc

#4dfcfc

Complementary Color

#4dfcfc #fc4d4d

#4dfcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfcfc Color CSS Codes

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

#4dfcfc Text Font Color

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

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


#4dfcfc Background Color

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

This div background color is #4dfcfc


#4dfcfc Border Color

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

This div border color is #4dfcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.