Color Hex Logo

#4ceedb Color Hex

#4CEEDB
(76,238,219)
0 Favorites   0 Comments

Color spaces of #4ceedb

RGB 76238219
HSL0.480.830.62
HSV173°68°93°
CMYK 0.680.000.08   0.07
XYZ46.341267.800077.6621
Yxy67.80000.24160.3535
Hunter Lab82.3408-43.63691.7174
CIE-Lab85.9063-45.7199-2.9947

#4ceedb color RGB value is (76,238,219).

#4ceedb hex color red value is 76, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4ceedb hue: 0.48 , saturation: 0.83 and the lightness value of 4ceedb is 0.62.

The process color (four color CMYK) of #4ceedb color hex is 0.68, 0.00, 0.08, 0.07. Web safe color of #4ceedb is #33ffcc. Color #4ceedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101110 11011011
Octal 114 356 333
Decimal 76 238 219
Hex 4C EE DB

RGB Percentages of Color #4ceedb

%14.26
%44.65
%41.09

CMYK Percentages of Color #4ceedb

%68
%0
%8
%7

Triadic Colors of #4ceedb

#4ceedb #db4cee #eedb4c

Analogous Colors of #4ceedb

#4ceedb #4cb0ee #4cee8a

Monochromatic Colors of #4ceedb

#4ceedb

Complementary Color

#4ceedb #ee4c5f

#4ceedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ceedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ceedb Color CSS Codes

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

#4ceedb Text Font Color

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

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


#4ceedb Background Color

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

This div background color is #4ceedb


#4ceedb Border Color

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

This div border color is #4ceedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,238,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 #4ceedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ceedb


Comments

No comments written yet.

Please login to write comment.