Color Hex Logo

#4ecfbc Color Hex

#4ECFBC
(78,207,188)
0 Favorites   0 Comments

Color spaces of #4ecfbc

RGB 78207188
HSL0.480.570.56
HSV171°62°81°
CMYK 0.620.000.09   0.19
XYZ34.531849.876255.3840
Yxy49.87620.24700.3568
Hunter Lab70.6231-36.31122.9398
CIE-Lab75.9932-39.7454-1.0419

#4ecfbc color RGB value is (78,207,188).

#4ecfbc hex color red value is 78, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4ecfbc hue: 0.48 , saturation: 0.57 and the lightness value of 4ecfbc is 0.56.

The process color (four color CMYK) of #4ecfbc color hex is 0.62, 0.00, 0.09, 0.19. Web safe color of #4ecfbc is #66cccc. Color #4ecfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001111 10111100
Octal 116 317 274
Decimal 78 207 188
Hex 4E CF BC

RGB Percentages of Color #4ecfbc

%16.49
%43.76
%39.75

CMYK Percentages of Color #4ecfbc

%62
%0
%9
%19

Triadic Colors of #4ecfbc

#4ecfbc #bc4ecf #cfbc4e

Analogous Colors of #4ecfbc

#4ecfbc #4ea2cf #4ecf7c

Monochromatic Colors of #4ecfbc

#4ecfbc

Complementary Color

#4ecfbc #cf4e61

#4ecfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecfbc Color CSS Codes

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

#4ecfbc Text Font Color

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

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


#4ecfbc Background Color

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

This div background color is #4ecfbc


#4ecfbc Border Color

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

This div border color is #4ecfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecfbc


Comments

No comments written yet.

Please login to write comment.