Color Hex Logo

#4eccf8 Color Hex

#4ECCF8
(78,204,248)
0 Favorites   0 Comments

Color spaces of #4eccf8

RGB 78204248
HSL0.540.920.64
HSV196°69°97°
CMYK 0.690.180.00   0.03
XYZ41.678051.582796.5667
Yxy51.58270.21960.2717
Hunter Lab71.8211-22.1028-29.4433
CIE-Lab77.0306-21.1319-31.7577

#4eccf8 color RGB value is (78,204,248).

#4eccf8 hex color red value is 78, green value is 204 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #4eccf8 hue: 0.54 , saturation: 0.92 and the lightness value of 4eccf8 is 0.64.

The process color (four color CMYK) of #4eccf8 color hex is 0.69, 0.18, 0.00, 0.03. Web safe color of #4eccf8 is #66ccff. Color #4eccf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001100 11111000
Octal 116 314 370
Decimal 78 204 248
Hex 4E CC F8

RGB Percentages of Color #4eccf8

%14.72
%38.49
%46.79

CMYK Percentages of Color #4eccf8

%69
%18
%0
%3

Triadic Colors of #4eccf8

#4eccf8 #f84ecc #ccf84e

Analogous Colors of #4eccf8

#4eccf8 #4e77f8 #4ef8cf

Monochromatic Colors of #4eccf8

#4eccf8

Complementary Color

#4eccf8 #f87a4e

#4eccf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eccf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eccf8 Color CSS Codes

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

#4eccf8 Text Font Color

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

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


#4eccf8 Background Color

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

This div background color is #4eccf8


#4eccf8 Border Color

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

This div border color is #4eccf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eccf8

Related Colors


Comments

No comments written yet.

Please login to write comment.