Color Hex Logo

#4cdbcf Color Hex

#4CDBCF
(76,219,207)
0 Favorites   0 Comments

Color spaces of #4cdbcf

RGB 76219207
HSL0.490.670.58
HSV175°65°86°
CMYK 0.650.000.05   0.14
XYZ39.574556.704567.8908
Yxy56.70450.24110.3454
Hunter Lab75.3024-37.9701-0.7427
CIE-Lab80.0131-40.4885-5.3227

#4cdbcf color RGB value is (76,219,207).

#4cdbcf hex color red value is 76, green value is 219 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4cdbcf hue: 0.49 , saturation: 0.67 and the lightness value of 4cdbcf is 0.58.

The process color (four color CMYK) of #4cdbcf color hex is 0.65, 0.00, 0.05, 0.14. Web safe color of #4cdbcf is #33cccc. Color #4cdbcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011011 11001111
Octal 114 333 317
Decimal 76 219 207
Hex 4C DB CF

RGB Percentages of Color #4cdbcf

%15.14
%43.63
%41.24

CMYK Percentages of Color #4cdbcf

%65
%0
%5
%14

Triadic Colors of #4cdbcf

#4cdbcf #cf4cdb #dbcf4c

Analogous Colors of #4cdbcf

#4cdbcf #4ca0db #4cdb88

Monochromatic Colors of #4cdbcf

#4cdbcf

Complementary Color

#4cdbcf #db4c58

#4cdbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdbcf Color CSS Codes

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

#4cdbcf Text Font Color

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

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


#4cdbcf Background Color

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

This div background color is #4cdbcf


#4cdbcf Border Color

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

This div border color is #4cdbcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,219,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cdbcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cdbcf;
  -webkit-box-shadow: 1px 1px 3px 2px #4cdbcf;
  box-shadow:         1px 1px 3px 2px #4cdbcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,219,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdbcf


Comments

No comments written yet.

Please login to write comment.