Color Hex Logo

#4ecffb Color Hex

#4ECFFB
(78,207,251)
0 Favorites   0 Comments

Color spaces of #4ecffb

RGB 78207251
HSL0.540.960.65
HSV195°69°98°
CMYK 0.690.180.00   0.02
XYZ42.867353.210499.2781
Yxy53.21040.21940.2724
Hunter Lab72.9455-22.7568-29.6313
CIE-Lab77.9991-21.7267-31.8699

#4ecffb color RGB value is (78,207,251).

#4ecffb hex color red value is 78, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4ecffb hue: 0.54 , saturation: 0.96 and the lightness value of 4ecffb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001111 11111011
Octal 116 317 373
Decimal 78 207 251
Hex 4E CF FB

RGB Percentages of Color #4ecffb

%14.55
%38.62
%46.83

CMYK Percentages of Color #4ecffb

%69
%18
%0
%2

Triadic Colors of #4ecffb

#4ecffb #fb4ecf #cffb4e

Analogous Colors of #4ecffb

#4ecffb #4e79fb #4efbd1

Monochromatic Colors of #4ecffb

#4ecffb

Complementary Color

#4ecffb #fb7a4e

#4ecffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecffb Color CSS Codes

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

#4ecffb Text Font Color

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

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


#4ecffb Background Color

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

This div background color is #4ecffb


#4ecffb Border Color

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

This div border color is #4ecffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecffb


Comments

No comments written yet.

Please login to write comment.