Color Hex Logo

#4fbdbc Color Hex

#4FBDBC
(79,189,188)
0 Favorites   0 Comments

Color spaces of #4fbdbc

RGB 79189188
HSL0.500.450.53
HSV179°58°74°
CMYK 0.580.000.01   0.26
XYZ30.499141.688354.0161
Yxy41.68830.24170.3303
Hunter Lab64.5665-28.6738-4.4053
CIE-Lab70.6555-31.2051-8.9196

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 10111100
Octal 117 275 274
Decimal 79 189 188
Hex 4F BD BC

RGB Percentages of Color #4fbdbc

%17.32
%41.45
%41.23

CMYK Percentages of Color #4fbdbc

%58
%0
%1
%26

Triadic Colors of #4fbdbc

#4fbdbc #bc4fbd #bdbc4f

Analogous Colors of #4fbdbc

#4fbdbc #4f87bd #4fbd85

Monochromatic Colors of #4fbdbc

#4fbdbc

Complementary Color

#4fbdbc #bd4f50

#4fbdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbdbc Color CSS Codes

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

#4fbdbc Text Font Color

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

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


#4fbdbc Background Color

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

This div background color is #4fbdbc


#4fbdbc Border Color

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

This div border color is #4fbdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbdbc


Comments

No comments written yet.

Please login to write comment.