Color Hex Logo

#4deebf Color Hex

#4DEEBF
(77,238,191)
0 Favorites   0 Comments

Color spaces of #4deebf

RGB 77238191
HSL0.450.830.62
HSV162°68°93°
CMYK 0.680.000.20   0.07
XYZ43.039166.488459.8554
Yxy66.48840.25410.3925
Hunter Lab81.5404-48.478913.5560
CIE-Lab85.2449-52.447410.7236

#4deebf color RGB value is (77,238,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101110 10111111
Octal 115 356 277
Decimal 77 238 191
Hex 4D EE BF

RGB Percentages of Color #4deebf

%15.22
%47.04
%37.75

CMYK Percentages of Color #4deebf

%68
%0
%20
%7

Triadic Colors of #4deebf

#4deebf #bf4dee #eebf4d

Analogous Colors of #4deebf

#4deebf #4dcdee #4dee6f

Monochromatic Colors of #4deebf

#4deebf

Complementary Color

#4deebf #ee4d7c

#4deebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deebf Color CSS Codes

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

#4deebf Text Font Color

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

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


#4deebf Background Color

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

This div background color is #4deebf


#4deebf Border Color

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

This div border color is #4deebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deebf


Comments

No comments written yet.

Please login to write comment.