Color Hex Logo

#4fdfbd Color Hex

#4FDFBD
(79,223,189)
0 Favorites   0 Comments

Color spaces of #4fdfbd

RGB 79223189
HSL0.460.690.59
HSV166°65°87°
CMYK 0.650.000.15   0.13
XYZ38.797458.111757.3160
Yxy58.11170.25160.3768
Hunter Lab76.2310-42.55768.7832
CIE-Lab80.8009-46.34405.4119

#4fdfbd color RGB value is (79,223,189).

#4fdfbd hex color red value is 79, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4fdfbd hue: 0.46 , saturation: 0.69 and the lightness value of 4fdfbd is 0.59.

The process color (four color CMYK) of #4fdfbd color hex is 0.65, 0.00, 0.15, 0.13. Web safe color of #4fdfbd is #66cccc. Color #4fdfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011111 10111101
Octal 117 337 275
Decimal 79 223 189
Hex 4F DF BD

RGB Percentages of Color #4fdfbd

%16.09
%45.42
%38.49

CMYK Percentages of Color #4fdfbd

%65
%0
%15
%13

Triadic Colors of #4fdfbd

#4fdfbd #bd4fdf #dfbd4f

Analogous Colors of #4fdfbd

#4fdfbd #4fb9df #4fdf75

Monochromatic Colors of #4fdfbd

#4fdfbd

Complementary Color

#4fdfbd #df4f71

#4fdfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdfbd Color CSS Codes

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

#4fdfbd Text Font Color

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

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


#4fdfbd Background Color

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

This div background color is #4fdfbd


#4fdfbd Border Color

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

This div border color is #4fdfbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,223,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4fdfbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4fdfbd;
  -webkit-box-shadow: 1px 1px 3px 2px #4fdfbd;
  box-shadow:         1px 1px 3px 2px #4fdfbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdfbd


Comments

No comments written yet.

Please login to write comment.