Color Hex Logo

#4ebbe2 Color Hex

#4EBBE2
(78,187,226)
0 Favorites   0 Comments

Color spaces of #4ebbe2

RGB 78187226
HSL0.540.720.60
HSV196°65°89°
CMYK 0.650.170.00   0.11
XYZ34.639742.651378.3583
Yxy42.65130.22250.2740
Hunter Lab65.3080-19.6116-25.4222
CIE-Lab71.3177-19.2209-28.6799

#4ebbe2 color RGB value is (78,187,226).

#4ebbe2 hex color red value is 78, green value is 187 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #4ebbe2 hue: 0.54 , saturation: 0.72 and the lightness value of 4ebbe2 is 0.60.

The process color (four color CMYK) of #4ebbe2 color hex is 0.65, 0.17, 0.00, 0.11. Web safe color of #4ebbe2 is #66cccc. Color #4ebbe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111011 11100010
Octal 116 273 342
Decimal 78 187 226
Hex 4E BB E2

RGB Percentages of Color #4ebbe2

%15.89
%38.09
%46.03

CMYK Percentages of Color #4ebbe2

%65
%17
%0
%11

Triadic Colors of #4ebbe2

#4ebbe2 #e24ebb #bbe24e

Analogous Colors of #4ebbe2

#4ebbe2 #4e71e2 #4ee2bf

Monochromatic Colors of #4ebbe2

#4ebbe2

Complementary Color

#4ebbe2 #e2754e

#4ebbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebbe2 Color CSS Codes

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

#4ebbe2 Text Font Color

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

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


#4ebbe2 Background Color

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

This div background color is #4ebbe2


#4ebbe2 Border Color

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

This div border color is #4ebbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebbe2


Comments

No comments written yet.

Please login to write comment.