Color Hex Logo

#4dfbfb Color Hex

#4DFBFB
(77,251,251)
0 Favorites   0 Comments

Color spaces of #4dfbfb

RGB 77251251
HSL0.500.960.64
HSV180°69°98°
CMYK 0.690.000.00   0.02
XYZ54.970377.5372103.3357
Yxy77.53720.23310.3288
Hunter Lab88.0552-42.6643-7.9401
CIE-Lab90.5683-42.7647-12.8057

#4dfbfb color RGB value is (77,251,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111011 11111011
Octal 115 373 373
Decimal 77 251 251
Hex 4D FB FB

RGB Percentages of Color #4dfbfb

%13.30
%43.35
%43.35

CMYK Percentages of Color #4dfbfb

%69
%0
%0
%2

Triadic Colors of #4dfbfb

#4dfbfb #fb4dfb #fbfb4d

Analogous Colors of #4dfbfb

#4dfbfb #4da4fb #4dfba4

Monochromatic Colors of #4dfbfb

#4dfbfb

Complementary Color

#4dfbfb #fb4d4d

#4dfbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfbfb Color CSS Codes

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

#4dfbfb Text Font Color

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

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


#4dfbfb Background Color

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

This div background color is #4dfbfb


#4dfbfb Border Color

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

This div border color is #4dfbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.