Color Hex Logo

#4dfdfd Color Hex

#4DFDFD
(77,253,253)
0 Favorites   0 Comments

Color spaces of #4dfdfd

RGB 77253253
HSL0.500.980.65
HSV180°70°99°
CMYK 0.700.000.00   0.01
XYZ55.915578.9202105.2146
Yxy78.92020.23290.3288
Hunter Lab88.8370-43.1140-8.0345
CIE-Lab91.1982-43.1055-12.9038

#4dfdfd color RGB value is (77,253,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111101 11111101
Octal 115 375 375
Decimal 77 253 253
Hex 4D FD FD

RGB Percentages of Color #4dfdfd

%13.21
%43.40
%43.40

CMYK Percentages of Color #4dfdfd

%70
%0
%0
%1

Triadic Colors of #4dfdfd

#4dfdfd #fd4dfd #fdfd4d

Analogous Colors of #4dfdfd

#4dfdfd #4da5fd #4dfda5

Monochromatic Colors of #4dfdfd

#4dfdfd

Complementary Color

#4dfdfd #fd4d4d

#4dfdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfdfd Color CSS Codes

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

#4dfdfd Text Font Color

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

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


#4dfdfd Background Color

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

This div background color is #4dfdfd


#4dfdfd Border Color

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

This div border color is #4dfdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.