Color Hex Logo

#4adfbd Color Hex

#4ADFBD
(74,223,189)
0 Favorites   0 Comments

Color spaces of #4adfbd

RGB 74223189
HSL0.460.700.58
HSV166°67°87°
CMYK 0.670.000.15   0.13
XYZ38.397057.905357.2972
Yxy57.90530.25000.3770
Hunter Lab76.0955-43.09808.6236
CIE-Lab80.6861-47.12985.2317

#4adfbd color RGB value is (74,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011111 10111101
Octal 112 337 275
Decimal 74 223 189
Hex 4A DF BD

RGB Percentages of Color #4adfbd

%15.23
%45.88
%38.89

CMYK Percentages of Color #4adfbd

%67
%0
%15
%13

Triadic Colors of #4adfbd

#4adfbd #bd4adf #dfbd4a

Analogous Colors of #4adfbd

#4adfbd #4ab7df #4adf73

Monochromatic Colors of #4adfbd

#4adfbd

Complementary Color

#4adfbd #df4a6c

#4adfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adfbd Color CSS Codes

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

#4adfbd Text Font Color

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

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


#4adfbd Background Color

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

This div background color is #4adfbd


#4adfbd Border Color

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

This div border color is #4adfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adfbd

#4adfbd Color Palettes


Comments

No comments written yet.

Please login to write comment.