Color Hex Logo

#4eccea Color Hex

#4ECCEA
(78,204,234)
0 Favorites   0 Comments

Color spaces of #4eccea

RGB 78204234
HSL0.530.790.61
HSV192°67°92°
CMYK 0.670.130.00   0.08
XYZ39.586050.745985.5504
Yxy50.74590.22510.2885
Hunter Lab71.2362-25.4707-21.3385
CIE-Lab76.5248-25.4167-25.0258

#4eccea color RGB value is (78,204,234).

#4eccea hex color red value is 78, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4eccea hue: 0.53 , saturation: 0.79 and the lightness value of 4eccea is 0.61.

The process color (four color CMYK) of #4eccea color hex is 0.67, 0.13, 0.00, 0.08. Web safe color of #4eccea is #66ccff. Color #4eccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001100 11101010
Octal 116 314 352
Decimal 78 204 234
Hex 4E CC EA

RGB Percentages of Color #4eccea

%15.12
%39.53
%45.35

CMYK Percentages of Color #4eccea

%67
%13
%0
%8

Triadic Colors of #4eccea

#4eccea #ea4ecc #ccea4e

Analogous Colors of #4eccea

#4eccea #4e7eea #4eeaba

Monochromatic Colors of #4eccea

#4eccea

Complementary Color

#4eccea #ea6c4e

#4eccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eccea Color CSS Codes

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

#4eccea Text Font Color

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

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


#4eccea Background Color

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

This div background color is #4eccea


#4eccea Border Color

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

This div border color is #4eccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eccea


Comments

No comments written yet.

Please login to write comment.