Color Hex Logo

#4efbdb Color Hex

#4EFBDB
(78,251,219)
0 Favorites   0 Comments

Color spaces of #4efbdb

RGB 78251219
HSL0.470.960.65
HSV169°69°98°
CMYK 0.690.000.13   0.02
XYZ50.425275.728578.9772
Yxy75.72850.24580.3692
Hunter Lab87.0221-48.85647.1067
CIE-Lab89.7331-50.97802.6002

#4efbdb color RGB value is (78,251,219).

#4efbdb hex color red value is 78, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4efbdb hue: 0.47 , saturation: 0.96 and the lightness value of 4efbdb is 0.65.

The process color (four color CMYK) of #4efbdb color hex is 0.69, 0.00, 0.13, 0.02. Web safe color of #4efbdb is #66ffcc. Color #4efbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111011 11011011
Octal 116 373 333
Decimal 78 251 219
Hex 4E FB DB

RGB Percentages of Color #4efbdb

%14.23
%45.80
%39.96

CMYK Percentages of Color #4efbdb

%69
%0
%13
%2

Triadic Colors of #4efbdb

#4efbdb #db4efb #fbdb4e

Analogous Colors of #4efbdb

#4efbdb #4ec5fb #4efb85

Monochromatic Colors of #4efbdb

#4efbdb

Complementary Color

#4efbdb #fb4e6e

#4efbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efbdb Color CSS Codes

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

#4efbdb Text Font Color

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

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


#4efbdb Background Color

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

This div background color is #4efbdb


#4efbdb Border Color

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

This div border color is #4efbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efbdb


Comments

No comments written yet.

Please login to write comment.