Color Hex Logo

#4edbbb Color Hex

#4EDBBB
(78,219,187)
0 Favorites   0 Comments

Color spaces of #4edbbb

RGB 78219187
HSL0.460.660.58
HSV166°64°86°
CMYK 0.640.000.15   0.14
XYZ37.443055.870655.8244
Yxy55.87060.25110.3746
Hunter Lab74.7466-41.39028.0420
CIE-Lab79.5401-45.27704.6514

#4edbbb color RGB value is (78,219,187).

#4edbbb hex color red value is 78, green value is 219 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4edbbb hue: 0.46 , saturation: 0.66 and the lightness value of 4edbbb is 0.58.

The process color (four color CMYK) of #4edbbb color hex is 0.64, 0.00, 0.15, 0.14. Web safe color of #4edbbb is #66cccc. Color #4edbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011011 10111011
Octal 116 333 273
Decimal 78 219 187
Hex 4E DB BB

RGB Percentages of Color #4edbbb

%16.12
%45.25
%38.64

CMYK Percentages of Color #4edbbb

%64
%0
%15
%14

Triadic Colors of #4edbbb

#4edbbb #bb4edb #dbbb4e

Analogous Colors of #4edbbb

#4edbbb #4eb5db #4edb75

Monochromatic Colors of #4edbbb

#4edbbb

Complementary Color

#4edbbb #db4e6e

#4edbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edbbb Color CSS Codes

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

#4edbbb Text Font Color

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

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


#4edbbb Background Color

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

This div background color is #4edbbb


#4edbbb Border Color

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

This div border color is #4edbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edbbb


Comments

No comments written yet.

Please login to write comment.