Color Hex Logo

#4eeecb Color Hex

#4EEECB
(78,238,203)
0 Favorites   0 Comments

Color spaces of #4eeecb

RGB 78238203
HSL0.460.820.62
HSV167°67°93°
CMYK 0.670.000.15   0.07
XYZ44.495967.080667.1026
Yxy67.08060.24900.3754
Hunter Lab81.9027-46.35488.7559
CIE-Lab85.5446-49.45514.8782

#4eeecb color RGB value is (78,238,203).

#4eeecb hex color red value is 78, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4eeecb hue: 0.46 , saturation: 0.82 and the lightness value of 4eeecb is 0.62.

The process color (four color CMYK) of #4eeecb color hex is 0.67, 0.00, 0.15, 0.07. Web safe color of #4eeecb is #66ffcc. Color #4eeecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101110 11001011
Octal 116 356 313
Decimal 78 238 203
Hex 4E EE CB

RGB Percentages of Color #4eeecb

%15.03
%45.86
%39.11

CMYK Percentages of Color #4eeecb

%67
%0
%15
%7

Triadic Colors of #4eeecb

#4eeecb #cb4eee #eecb4e

Analogous Colors of #4eeecb

#4eeecb #4ec1ee #4eee7b

Monochromatic Colors of #4eeecb

#4eeecb

Complementary Color

#4eeecb #ee4e71

#4eeecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eeecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eeecb Color CSS Codes

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

#4eeecb Text Font Color

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

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


#4eeecb Background Color

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

This div background color is #4eeecb


#4eeecb Border Color

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

This div border color is #4eeecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eeecb


Comments

No comments written yet.

Please login to write comment.