Color Hex Logo

#4fbdbd Color Hex

#4FBDBD
(79,189,189)
0 Favorites   0 Comments

Color spaces of #4fbdbd

RGB 79189189
HSL0.500.450.53
HSV180°58°74°
CMYK 0.580.000.00   0.26
XYZ30.607441.731654.5859
Yxy41.73160.24110.3288
Hunter Lab64.6000-28.4769-4.8790
CIE-Lab70.6855-30.9296-9.4226

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

#4fbdbd hex color red value is 79, green value is 189 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4fbdbd hue: 0.50 , saturation: 0.45 and the lightness value of 4fbdbd is 0.53.

The process color (four color CMYK) of #4fbdbd color hex is 0.58, 0.00, 0.00, 0.26. Web safe color of #4fbdbd is #66cccc. Color #4fbdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 10111101
Octal 117 275 275
Decimal 79 189 189
Hex 4F BD BD

RGB Percentages of Color #4fbdbd

%17.29
%41.36
%41.36

CMYK Percentages of Color #4fbdbd

%58
%0
%0
%26

Triadic Colors of #4fbdbd

#4fbdbd #bd4fbd #bdbd4f

Analogous Colors of #4fbdbd

#4fbdbd #4f86bd #4fbd86

Monochromatic Colors of #4fbdbd

#4fbdbd

Complementary Color

#4fbdbd #bd4f4f

#4fbdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbdbd Color CSS Codes

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

#4fbdbd Text Font Color

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

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


#4fbdbd Background Color

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

This div background color is #4fbdbd


#4fbdbd Border Color

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

This div border color is #4fbdbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,189,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 #4fbdbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbdbd


Comments

No comments written yet.

Please login to write comment.