Color Hex Logo

#4fdacb Color Hex

#4FDACB
(79,218,203)
0 Favorites   0 Comments

Color spaces of #4fdacb

RGB 79218203
HSL0.480.650.58
HSV174°64°85°
CMYK 0.640.000.07   0.15
XYZ39.075356.116965.2721
Yxy56.11690.24350.3497
Hunter Lab74.9112-37.98520.7769
CIE-Lab79.6803-40.6306-3.6708

#4fdacb color RGB value is (79,218,203).

#4fdacb hex color red value is 79, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4fdacb hue: 0.48 , saturation: 0.65 and the lightness value of 4fdacb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011010 11001011
Octal 117 332 313
Decimal 79 218 203
Hex 4F DA CB

RGB Percentages of Color #4fdacb

%15.80
%43.60
%40.60

CMYK Percentages of Color #4fdacb

%64
%0
%7
%15

Triadic Colors of #4fdacb

#4fdacb #cb4fda #dacb4f

Analogous Colors of #4fdacb

#4fdacb #4fa4da #4fda86

Monochromatic Colors of #4fdacb

#4fdacb

Complementary Color

#4fdacb #da4f5e

#4fdacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdacb Color CSS Codes

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

#4fdacb Text Font Color

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

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


#4fdacb Background Color

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

This div background color is #4fdacb


#4fdacb Border Color

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

This div border color is #4fdacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdacb


Comments

No comments written yet.

Please login to write comment.