Color Hex Logo

#4adbcb Color Hex

#4ADBCB
(74,219,203)
0 Favorites   0 Comments

Color spaces of #4adbcb

RGB 74219203
HSL0.480.670.57
HSV173°66°86°
CMYK 0.660.000.07   0.14
XYZ38.935056.430765.3400
Yxy56.43070.24230.3511
Hunter Lab75.1204-38.94381.0136
CIE-Lab79.8583-41.8434-3.4224

#4adbcb color RGB value is (74,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011011 11001011
Octal 112 333 313
Decimal 74 219 203
Hex 4A DB CB

RGB Percentages of Color #4adbcb

%14.92
%44.15
%40.93

CMYK Percentages of Color #4adbcb

%66
%0
%7
%14

Triadic Colors of #4adbcb

#4adbcb #cb4adb #dbcb4a

Analogous Colors of #4adbcb

#4adbcb #4aa3db #4adb83

Monochromatic Colors of #4adbcb

#4adbcb

Complementary Color

#4adbcb #db4a5a

#4adbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adbcb Color CSS Codes

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

#4adbcb Text Font Color

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

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


#4adbcb Background Color

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

This div background color is #4adbcb


#4adbcb Border Color

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

This div border color is #4adbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adbcb


Comments

No comments written yet.

Please login to write comment.