Color Hex Logo

#4ebcf1 Color Hex

#4EBCF1
(78,188,241)
0 Favorites   0 Comments

Color spaces of #4ebcf1

RGB 78188241
HSL0.550.850.63
HSV200°68°95°
CMYK 0.680.220.00   0.05
XYZ37.002343.937089.7496
Yxy43.93700.21680.2574
Hunter Lab66.2850-16.3546-33.8789
CIE-Lab72.1864-15.0235-35.4774

#4ebcf1 color RGB value is (78,188,241).

#4ebcf1 hex color red value is 78, green value is 188 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #4ebcf1 hue: 0.55 , saturation: 0.85 and the lightness value of 4ebcf1 is 0.63.

The process color (four color CMYK) of #4ebcf1 color hex is 0.68, 0.22, 0.00, 0.05. Web safe color of #4ebcf1 is #66ccff. Color #4ebcf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111100 11110001
Octal 116 274 361
Decimal 78 188 241
Hex 4E BC F1

RGB Percentages of Color #4ebcf1

%15.38
%37.08
%47.53

CMYK Percentages of Color #4ebcf1

%68
%22
%0
%5

Triadic Colors of #4ebcf1

#4ebcf1 #f14ebc #bcf14e

Analogous Colors of #4ebcf1

#4ebcf1 #4e6bf1 #4ef1d5

Monochromatic Colors of #4ebcf1

#4ebcf1

Complementary Color

#4ebcf1 #f1834e

#4ebcf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebcf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebcf1 Color CSS Codes

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

#4ebcf1 Text Font Color

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

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


#4ebcf1 Background Color

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

This div background color is #4ebcf1


#4ebcf1 Border Color

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

This div border color is #4ebcf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebcf1


Comments

No comments written yet.

Please login to write comment.