Color Hex Logo

#4fbdbf Color Hex

#4FBDBF
(79,189,191)
0 Favorites   0 Comments

Color spaces of #4fbdbf

RGB 79189191
HSL0.500.470.53
HSV181°59°75°
CMYK 0.590.010.00   0.25
XYZ30.826041.819055.7374
Yxy41.81900.24010.3257
Hunter Lab64.6676-28.0803-5.8351
CIE-Lab70.7459-30.3763-10.4278

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

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

The process color (four color CMYK) of #4fbdbf color hex is 0.59, 0.01, 0.00, 0.25. Web safe color of #4fbdbf is #66cccc. Color #4fbdbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 10111111
Octal 117 275 277
Decimal 79 189 191
Hex 4F BD BF

RGB Percentages of Color #4fbdbf

%17.21
%41.18
%41.61

CMYK Percentages of Color #4fbdbf

%59
%1
%0
%25

Triadic Colors of #4fbdbf

#4fbdbf #bf4fbd #bdbf4f

Analogous Colors of #4fbdbf

#4fbdbf #4f85bf #4fbf89

Monochromatic Colors of #4fbdbf

#4fbdbf

Complementary Color

#4fbdbf #bf514f

#4fbdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbdbf Color CSS Codes

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

#4fbdbf Text Font Color

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

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


#4fbdbf Background Color

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

This div background color is #4fbdbf


#4fbdbf Border Color

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

This div border color is #4fbdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbdbf


Comments

No comments written yet.

Please login to write comment.