Color Hex Logo

#4ebbed Color Hex

#4EBBED
(78,187,237)
0 Favorites   0 Comments

Color spaces of #4ebbed

RGB 78187237
HSL0.550.820.62
HSV199°67°93°
CMYK 0.670.210.00   0.07
XYZ36.198343.274886.5658
Yxy43.27480.21800.2606
Hunter Lab65.7836-16.8993-31.9723
CIE-Lab71.7411-15.7679-34.0009

#4ebbed color RGB value is (78,187,237).

#4ebbed hex color red value is 78, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4ebbed hue: 0.55 , saturation: 0.82 and the lightness value of 4ebbed is 0.62.

The process color (four color CMYK) of #4ebbed color hex is 0.67, 0.21, 0.00, 0.07. Web safe color of #4ebbed is #66ccff. Color #4ebbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111011 11101101
Octal 116 273 355
Decimal 78 187 237
Hex 4E BB ED

RGB Percentages of Color #4ebbed

%15.54
%37.25
%47.21

CMYK Percentages of Color #4ebbed

%67
%21
%0
%7

Triadic Colors of #4ebbed

#4ebbed #ed4ebb #bbed4e

Analogous Colors of #4ebbed

#4ebbed #4e6ced #4eedd0

Monochromatic Colors of #4ebbed

#4ebbed

Complementary Color

#4ebbed #ed804e

#4ebbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebbed Color CSS Codes

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

#4ebbed Text Font Color

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

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


#4ebbed Background Color

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

This div background color is #4ebbed


#4ebbed Border Color

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

This div border color is #4ebbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebbed


Comments

No comments written yet.

Please login to write comment.