Color Hex Logo

#4ebde5 Color Hex

#4EBDE5
(78,189,229)
0 Favorites   0 Comments

Color spaces of #4ebde5

RGB 78189229
HSL0.540.740.60
HSV196°66°90°
CMYK 0.660.170.00   0.10
XYZ35.482343.672080.6882
Yxy43.67200.22200.2732
Hunter Lab66.0848-19.8080-26.1325
CIE-Lab72.0087-19.3270-29.2475

#4ebde5 color RGB value is (78,189,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111101 11100101
Octal 116 275 345
Decimal 78 189 229
Hex 4E BD E5

RGB Percentages of Color #4ebde5

%15.73
%38.10
%46.17

CMYK Percentages of Color #4ebde5

%66
%17
%0
%10

Triadic Colors of #4ebde5

#4ebde5 #e54ebd #bde54e

Analogous Colors of #4ebde5

#4ebde5 #4e72e5 #4ee5c2

Monochromatic Colors of #4ebde5

#4ebde5

Complementary Color

#4ebde5 #e5764e

#4ebde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebde5 Color CSS Codes

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

#4ebde5 Text Font Color

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

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


#4ebde5 Background Color

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

This div background color is #4ebde5


#4ebde5 Border Color

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

This div border color is #4ebde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebde5


Comments

No comments written yet.

Please login to write comment.