Color Hex Logo

#4eebfd Color Hex

#4EEBFD
(78,235,253)
0 Favorites   0 Comments

Color spaces of #4eebfd

RGB 78235253
HSL0.520.980.65
HSV186°69°99°
CMYK 0.690.070.00   0.01
XYZ50.579868.1282103.4127
Yxy68.12820.22770.3067
Hunter Lab82.5398-35.0612-16.5056
CIE-Lab86.0705-34.7776-20.6093

#4eebfd color RGB value is (78,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101011 11111101
Octal 116 353 375
Decimal 78 235 253
Hex 4E EB FD

RGB Percentages of Color #4eebfd

%13.78
%41.52
%44.70

CMYK Percentages of Color #4eebfd

%69
%7
%0
%1

Triadic Colors of #4eebfd

#4eebfd #fd4eeb #ebfd4e

Analogous Colors of #4eebfd

#4eebfd #4e94fd #4efdb8

Monochromatic Colors of #4eebfd

#4eebfd

Complementary Color

#4eebfd #fd604e

#4eebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eebfd Color CSS Codes

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

#4eebfd Text Font Color

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

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


#4eebfd Background Color

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

This div background color is #4eebfd


#4eebfd Border Color

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

This div border color is #4eebfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,235,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 #4eebfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eebfd


Comments

No comments written yet.

Please login to write comment.