Color Hex Logo

#4ebedd Color Hex

#4EBEDD
(78,190,221)
0 Favorites   0 Comments

Color spaces of #4ebedd

RGB 78190221
HSL0.540.680.59
HSV193°65°87°
CMYK 0.650.140.00   0.13
XYZ34.606543.667175.0112
Yxy43.66710.22580.2849
Hunter Lab66.0811-22.1619-21.0456
CIE-Lab72.0054-22.2996-24.9050

#4ebedd color RGB value is (78,190,221).

#4ebedd hex color red value is 78, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4ebedd hue: 0.54 , saturation: 0.68 and the lightness value of 4ebedd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111110 11011101
Octal 116 276 335
Decimal 78 190 221
Hex 4E BE DD

RGB Percentages of Color #4ebedd

%15.95
%38.85
%45.19

CMYK Percentages of Color #4ebedd

%65
%14
%0
%13

Triadic Colors of #4ebedd

#4ebedd #dd4ebe #bedd4e

Analogous Colors of #4ebedd

#4ebedd #4e77dd #4eddb5

Monochromatic Colors of #4ebedd

#4ebedd

Complementary Color

#4ebedd #dd6d4e

#4ebedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebedd Color CSS Codes

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

#4ebedd Text Font Color

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

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


#4ebedd Background Color

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

This div background color is #4ebedd


#4ebedd Border Color

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

This div border color is #4ebedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebedd


Comments

No comments written yet.

Please login to write comment.