Color Hex Logo

#4adfc5 Color Hex

#4ADFC5
(74,223,197)
0 Favorites   0 Comments

Color spaces of #4adfc5

RGB 74223197
HSL0.470.700.58
HSV170°67°87°
CMYK 0.670.000.12   0.13
XYZ39.289858.262461.9983
Yxy58.26240.24630.3652
Hunter Lab76.3298-41.69665.2730
CIE-Lab80.8845-45.14181.2732

#4adfc5 color RGB value is (74,223,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011111 11000101
Octal 112 337 305
Decimal 74 223 197
Hex 4A DF C5

RGB Percentages of Color #4adfc5

%14.98
%45.14
%39.88

CMYK Percentages of Color #4adfc5

%67
%0
%12
%13

Triadic Colors of #4adfc5

#4adfc5 #c54adf #dfc54a

Analogous Colors of #4adfc5

#4adfc5 #4aafdf #4adf7b

Monochromatic Colors of #4adfc5

#4adfc5

Complementary Color

#4adfc5 #df4a64

#4adfc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adfc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adfc5 Color CSS Codes

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

#4adfc5 Text Font Color

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

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


#4adfc5 Background Color

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

This div background color is #4adfc5


#4adfc5 Border Color

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

This div border color is #4adfc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adfc5


Comments

No comments written yet.

Please login to write comment.