Color Hex Logo

#4ec7cb Color Hex

#4EC7CB
(78,199,203)
0 Favorites   0 Comments

Color spaces of #4ec7cb

RGB 78199203
HSL0.510.550.55
HSV182°62°80°
CMYK 0.620.020.00   0.20
XYZ34.344846.778363.7189
Yxy46.77830.23710.3230
Hunter Lab68.3947-30.0558-7.3604
CIE-Lab74.0477-32.0049-12.0338

#4ec7cb color RGB value is (78,199,203).

#4ec7cb hex color red value is 78, green value is 199 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4ec7cb hue: 0.51 , saturation: 0.55 and the lightness value of 4ec7cb is 0.55.

The process color (four color CMYK) of #4ec7cb color hex is 0.62, 0.02, 0.00, 0.20. Web safe color of #4ec7cb is #66cccc. Color #4ec7cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11000111 11001011
Octal 116 307 313
Decimal 78 199 203
Hex 4E C7 CB

RGB Percentages of Color #4ec7cb

%16.25
%41.46
%42.29

CMYK Percentages of Color #4ec7cb

%62
%2
%0
%20

Triadic Colors of #4ec7cb

#4ec7cb #cb4ec7 #c7cb4e

Analogous Colors of #4ec7cb

#4ec7cb #4e89cb #4ecb91

Monochromatic Colors of #4ec7cb

#4ec7cb

Complementary Color

#4ec7cb #cb524e

#4ec7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ec7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ec7cb Color CSS Codes

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

#4ec7cb Text Font Color

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

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


#4ec7cb Background Color

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

This div background color is #4ec7cb


#4ec7cb Border Color

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

This div border color is #4ec7cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,199,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 #4ec7cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ec7cb


Comments

No comments written yet.

Please login to write comment.