Color Hex Logo

#4ad9cb Color Hex

#4AD9CB
(74,217,203)
0 Favorites   0 Comments

Color spaces of #4ad9cb

RGB 74217203
HSL0.480.650.57
HSV174°66°85°
CMYK 0.660.000.06   0.15
XYZ38.416455.393465.1671
Yxy55.39340.24160.3484
Hunter Lab74.4267-38.11150.1852
CIE-Lab79.2673-40.9521-4.2924

#4ad9cb color RGB value is (74,217,203).

#4ad9cb hex color red value is 74, green value is 217 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4ad9cb hue: 0.48 , saturation: 0.65 and the lightness value of 4ad9cb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011001 11001011
Octal 112 331 313
Decimal 74 217 203
Hex 4A D9 CB

RGB Percentages of Color #4ad9cb

%14.98
%43.93
%41.09

CMYK Percentages of Color #4ad9cb

%66
%0
%6
%15

Triadic Colors of #4ad9cb

#4ad9cb #cb4ad9 #d9cb4a

Analogous Colors of #4ad9cb

#4ad9cb #4aa0d9 #4ad984

Monochromatic Colors of #4ad9cb

#4ad9cb

Complementary Color

#4ad9cb #d94a58

#4ad9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ad9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ad9cb Color CSS Codes

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

#4ad9cb Text Font Color

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

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


#4ad9cb Background Color

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

This div background color is #4ad9cb


#4ad9cb Border Color

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

This div border color is #4ad9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ad9cb


Comments

No comments written yet.

Please login to write comment.