Color Hex Logo

#4adebd Color Hex

#4ADEBD
(74,222,189)
0 Favorites   0 Comments

Color spaces of #4adebd

RGB 74222189
HSL0.460.690.58
HSV167°67°87°
CMYK 0.670.000.15   0.13
XYZ38.130657.372557.2084
Yxy57.37250.24970.3757
Hunter Lab75.7446-42.69448.2407
CIE-Lab80.3887-46.70444.8023

#4adebd color RGB value is (74,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011110 10111101
Octal 112 336 275
Decimal 74 222 189
Hex 4A DE BD

RGB Percentages of Color #4adebd

%15.26
%45.77
%38.97

CMYK Percentages of Color #4adebd

%67
%0
%15
%13

Triadic Colors of #4adebd

#4adebd #bd4ade #debd4a

Analogous Colors of #4adebd

#4adebd #4ab5de #4ade73

Monochromatic Colors of #4adebd

#4adebd

Complementary Color

#4adebd #de4a6b

#4adebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adebd Color CSS Codes

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

#4adebd Text Font Color

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

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


#4adebd Background Color

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

This div background color is #4adebd


#4adebd Border Color

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

This div border color is #4adebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,222,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adebd


Comments

No comments written yet.

Please login to write comment.