Color Hex Logo

#4fcdbe Color Hex

#4FCDBE
(79,205,190)
0 Favorites   0 Comments

Color spaces of #4fcdbe

RGB 79205190
HSL0.480.560.56
HSV173°61°80°
CMYK 0.610.000.07   0.20
XYZ34.350049.042656.3709
Yxy49.04260.24580.3509
Hunter Lab70.0304-34.99881.2959
CIE-Lab75.4778-38.1511-2.8732

#4fcdbe color RGB value is (79,205,190).

#4fcdbe hex color red value is 79, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4fcdbe hue: 0.48 , saturation: 0.56 and the lightness value of 4fcdbe is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001101 10111110
Octal 117 315 276
Decimal 79 205 190
Hex 4F CD BE

RGB Percentages of Color #4fcdbe

%16.67
%43.25
%40.08

CMYK Percentages of Color #4fcdbe

%61
%0
%7
%20

Triadic Colors of #4fcdbe

#4fcdbe #be4fcd #cdbe4f

Analogous Colors of #4fcdbe

#4fcdbe #4f9dcd #4fcd7f

Monochromatic Colors of #4fcdbe

#4fcdbe

Complementary Color

#4fcdbe #cd4f5e

#4fcdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcdbe Color CSS Codes

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

#4fcdbe Text Font Color

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

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


#4fcdbe Background Color

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

This div background color is #4fcdbe


#4fcdbe Border Color

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

This div border color is #4fcdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcdbe


Comments

No comments written yet.

Please login to write comment.