Color Hex Logo

#4ecbfd Color Hex

#4ECBFD
(78,203,253)
0 Favorites   0 Comments

Color spaces of #4ecbfd

RGB 78203253
HSL0.550.980.65
HSV197°69°99°
CMYK 0.690.200.00   0.01
XYZ42.227451.4234100.6286
Yxy51.42340.21740.2647
Hunter Lab71.7101-20.3807-33.0028
CIE-Lab76.9348-19.0568-34.5803

#4ecbfd color RGB value is (78,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001011 11111101
Octal 116 313 375
Decimal 78 203 253
Hex 4E CB FD

RGB Percentages of Color #4ecbfd

%14.61
%38.01
%47.38

CMYK Percentages of Color #4ecbfd

%69
%20
%0
%1

Triadic Colors of #4ecbfd

#4ecbfd #fd4ecb #cbfd4e

Analogous Colors of #4ecbfd

#4ecbfd #4e74fd #4efdd8

Monochromatic Colors of #4ecbfd

#4ecbfd

Complementary Color

#4ecbfd #fd804e

#4ecbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecbfd Color CSS Codes

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

#4ecbfd Text Font Color

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

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


#4ecbfd Background Color

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

This div background color is #4ecbfd


#4ecbfd Border Color

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

This div border color is #4ecbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.