Color Hex Logo

#4efcce Color Hex

#4EFCCE
(78,252,206)
0 Favorites   0 Comments

Color spaces of #4efcce

RGB 78252206
HSL0.460.970.65
HSV164°69°99°
CMYK 0.690.000.18   0.01
XYZ49.092975.696770.4160
Yxy75.69670.25150.3878
Hunter Lab87.0039-51.536112.9167
CIE-Lab89.7183-54.51099.3177

#4efcce color RGB value is (78,252,206).

#4efcce hex color red value is 78, green value is 252 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4efcce hue: 0.46 , saturation: 0.97 and the lightness value of 4efcce is 0.65.

The process color (four color CMYK) of #4efcce color hex is 0.69, 0.00, 0.18, 0.01. Web safe color of #4efcce is #66ffcc. Color #4efcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111100 11001110
Octal 116 374 316
Decimal 78 252 206
Hex 4E FC CE

RGB Percentages of Color #4efcce

%14.55
%47.01
%38.43

CMYK Percentages of Color #4efcce

%69
%0
%18
%1

Triadic Colors of #4efcce

#4efcce #ce4efc #fcce4e

Analogous Colors of #4efcce

#4efcce #4ed3fc #4efc77

Monochromatic Colors of #4efcce

#4efcce

Complementary Color

#4efcce #fc4e7c

#4efcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efcce Color CSS Codes

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

#4efcce Text Font Color

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

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


#4efcce Background Color

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

This div background color is #4efcce


#4efcce Border Color

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

This div border color is #4efcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efcce


Comments

No comments written yet.

Please login to write comment.