Color Hex Logo

#4adebf Color Hex

#4ADEBF
(74,222,191)
0 Favorites   0 Comments

Color spaces of #4adebf

RGB 74222191
HSL0.470.690.58
HSV167°67°87°
CMYK 0.670.000.14   0.13
XYZ38.349357.460058.3599
Yxy57.46000.24870.3727
Hunter Lab75.8024-42.34897.4146
CIE-Lab80.4376-46.21193.8111

#4adebf color RGB value is (74,222,191).

#4adebf hex color red value is 74, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4adebf hue: 0.47 , saturation: 0.69 and the lightness value of 4adebf is 0.58.

The process color (four color CMYK) of #4adebf color hex is 0.67, 0.00, 0.14, 0.13. Web safe color of #4adebf is #33cccc. Color #4adebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011110 10111111
Octal 112 336 277
Decimal 74 222 191
Hex 4A DE BF

RGB Percentages of Color #4adebf

%15.20
%45.59
%39.22

CMYK Percentages of Color #4adebf

%67
%0
%14
%13

Triadic Colors of #4adebf

#4adebf #bf4ade #debf4a

Analogous Colors of #4adebf

#4adebf #4ab3de #4ade75

Monochromatic Colors of #4adebf

#4adebf

Complementary Color

#4adebf #de4a69

#4adebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adebf Color CSS Codes

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

#4adebf Text Font Color

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

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


#4adebf Background Color

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

This div background color is #4adebf


#4adebf Border Color

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

This div border color is #4adebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adebf


Comments

No comments written yet.

Please login to write comment.