Color Hex Logo

#4ebdbd Color Hex

#4EBDBD
(78,189,189)
0 Favorites   0 Comments

Color spaces of #4ebdbd

RGB 78189189
HSL0.500.460.52
HSV180°59°74°
CMYK 0.590.000.00   0.26
XYZ30.524841.689054.5821
Yxy41.68900.24070.3288
Hunter Lab64.5670-28.6044-4.9242
CIE-Lab70.6560-31.1110-9.4698

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

#4ebdbd hex color red value is 78, green value is 189 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4ebdbd hue: 0.50 , saturation: 0.46 and the lightness value of 4ebdbd is 0.52.

The process color (four color CMYK) of #4ebdbd color hex is 0.59, 0.00, 0.00, 0.26. Web safe color of #4ebdbd is #66cccc. Color #4ebdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111101 10111101
Octal 116 275 275
Decimal 78 189 189
Hex 4E BD BD

RGB Percentages of Color #4ebdbd

%17.11
%41.45
%41.45

CMYK Percentages of Color #4ebdbd

%59
%0
%0
%26

Triadic Colors of #4ebdbd

#4ebdbd #bd4ebd #bdbd4e

Analogous Colors of #4ebdbd

#4ebdbd #4e86bd #4ebd86

Monochromatic Colors of #4ebdbd

#4ebdbd

Complementary Color

#4ebdbd #bd4e4e

#4ebdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebdbd Color CSS Codes

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

#4ebdbd Text Font Color

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

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


#4ebdbd Background Color

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

This div background color is #4ebdbd


#4ebdbd Border Color

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

This div border color is #4ebdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebdbd


Comments

No comments written yet.

Please login to write comment.