Color Hex Logo

#4fccb5 Color Hex

#4FCCB5
(79,204,181)
0 Favorites   0 Comments

Color spaces of #4fccb5

RGB 79204181
HSL0.470.550.55
HSV169°61°80°
CMYK 0.610.000.11   0.20
XYZ33.157848.184251.2689
Yxy48.18420.25000.3634
Hunter Lab69.4148-36.21084.7996
CIE-Lab74.9410-40.00601.2001

#4fccb5 color RGB value is (79,204,181).

#4fccb5 hex color red value is 79, green value is 204 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #4fccb5 hue: 0.47 , saturation: 0.55 and the lightness value of 4fccb5 is 0.55.

The process color (four color CMYK) of #4fccb5 color hex is 0.61, 0.00, 0.11, 0.20. Web safe color of #4fccb5 is #66cccc. Color #4fccb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001100 10110101
Octal 117 314 265
Decimal 79 204 181
Hex 4F CC B5

RGB Percentages of Color #4fccb5

%17.03
%43.97
%39.01

CMYK Percentages of Color #4fccb5

%61
%0
%11
%20

Triadic Colors of #4fccb5

#4fccb5 #b54fcc #ccb54f

Analogous Colors of #4fccb5

#4fccb5 #4fa5cc #4fcc77

Monochromatic Colors of #4fccb5

#4fccb5

Complementary Color

#4fccb5 #cc4f66

#4fccb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fccb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fccb5 Color CSS Codes

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

#4fccb5 Text Font Color

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

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


#4fccb5 Background Color

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

This div background color is #4fccb5


#4fccb5 Border Color

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

This div border color is #4fccb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fccb5


Comments

No comments written yet.

Please login to write comment.