Color Hex Logo

#4ecaff Color Hex

#4ECAFF
(78,202,255)
0 Favorites   0 Comments

Color spaces of #4ecaff

RGB 78202255
HSL0.551.000.65
HSV198°69°100°
CMYK 0.690.210.00   0.00
XYZ42.312451.0808102.2372
Yxy51.08080.21630.2611
Hunter Lab71.4708-19.3978-34.7832
CIE-Lab76.7279-17.9094-35.9695

#4ecaff color RGB value is (78,202,255).

#4ecaff hex color red value is 78, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4ecaff hue: 0.55 , saturation: 1.00 and the lightness value of 4ecaff is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001010 11111111
Octal 116 312 377
Decimal 78 202 255
Hex 4E CA FF

RGB Percentages of Color #4ecaff

%14.58
%37.76
%47.66

CMYK Percentages of Color #4ecaff

%69
%21
%0
%0

Triadic Colors of #4ecaff

#4ecaff #ff4eca #caff4e

Analogous Colors of #4ecaff

#4ecaff #4e72ff #4effdc

Monochromatic Colors of #4ecaff

#4ecaff

Complementary Color

#4ecaff #ff834e

#4ecaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecaff Color CSS Codes

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

#4ecaff Text Font Color

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

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


#4ecaff Background Color

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

This div background color is #4ecaff


#4ecaff Border Color

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

This div border color is #4ecaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecaff

Related Colors


Comments

No comments written yet.

Please login to write comment.