Color Hex Logo

#4adfcd Color Hex

#4ADFCD
(74,223,205)
0 Favorites   0 Comments

Color spaces of #4adfcd

RGB 74223205
HSL0.480.700.58
HSV173°67°87°
CMYK 0.670.000.08   0.13
XYZ40.231258.639066.9557
Yxy58.63900.24260.3536
Hunter Lab76.5761-40.22871.7620
CIE-Lab81.0928-43.0884-2.6732

#4adfcd color RGB value is (74,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011111 11001101
Octal 112 337 315
Decimal 74 223 205
Hex 4A DF CD

RGB Percentages of Color #4adfcd

%14.74
%44.42
%40.84

CMYK Percentages of Color #4adfcd

%67
%0
%8
%13

Triadic Colors of #4adfcd

#4adfcd #cd4adf #dfcd4a

Analogous Colors of #4adfcd

#4adfcd #4aa7df #4adf83

Monochromatic Colors of #4adfcd

#4adfcd

Complementary Color

#4adfcd #df4a5c

#4adfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adfcd Color CSS Codes

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

#4adfcd Text Font Color

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

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


#4adfcd Background Color

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

This div background color is #4adfcd


#4adfcd Border Color

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

This div border color is #4adfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adfcd


Comments

No comments written yet.

Please login to write comment.