Color Hex Logo

#4eebcd Color Hex

#4EEBCD
(78,235,205)
0 Favorites   0 Comments

Color spaces of #4eebcd

RGB 78235205
HSL0.470.800.61
HSV169°67°92°
CMYK 0.670.000.13   0.08
XYZ43.869765.444168.0774
Yxy65.44410.24730.3689
Hunter Lab80.8975-44.77246.7342
CIE-Lab84.7121-47.69632.6225

#4eebcd color RGB value is (78,235,205).

#4eebcd hex color red value is 78, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4eebcd hue: 0.47 , saturation: 0.80 and the lightness value of 4eebcd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101011 11001101
Octal 116 353 315
Decimal 78 235 205
Hex 4E EB CD

RGB Percentages of Color #4eebcd

%15.06
%45.37
%39.58

CMYK Percentages of Color #4eebcd

%67
%0
%13
%8

Triadic Colors of #4eebcd

#4eebcd #cd4eeb #ebcd4e

Analogous Colors of #4eebcd

#4eebcd #4ebbeb #4eeb7f

Monochromatic Colors of #4eebcd

#4eebcd

Complementary Color

#4eebcd #eb4e6c

#4eebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eebcd Color CSS Codes

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

#4eebcd Text Font Color

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

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


#4eebcd Background Color

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

This div background color is #4eebcd


#4eebcd Border Color

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

This div border color is #4eebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eebcd


Comments

No comments written yet.

Please login to write comment.