Color Hex Logo

#2bc5ad Color Hex

#2BC5AD
(43,197,173)
0 Favorites   0 Comments

Color spaces of #2bc5ad

RGB 43197173
HSL0.470.640.47
HSV171°78°77°
CMYK 0.780.000.12   0.23
XYZ28.505343.463246.4220
Yxy43.46320.24080.3671
Hunter Lab65.9266-38.19194.3998
CIE-Lab71.8682-44.06030.9687

#2bc5ad color RGB value is (43,197,173).

#2bc5ad hex color red value is 43, green value is 197 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2bc5ad hue: 0.47 , saturation: 0.64 and the lightness value of 2bc5ad is 0.47.

The process color (four color CMYK) of #2bc5ad color hex is 0.78, 0.00, 0.12, 0.23. Web safe color of #2bc5ad is #33cc99. Color #2bc5ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 11000101 10101101
Octal 53 305 255
Decimal 43 197 173
Hex 2B C5 AD

RGB Percentages of Color #2bc5ad

%10.41
%47.70
%41.89

CMYK Percentages of Color #2bc5ad

%78
%0
%12
%23

Triadic Colors of #2bc5ad

#2bc5ad #ad2bc5 #c5ad2b

Analogous Colors of #2bc5ad

#2bc5ad #2b90c5 #2bc560

Monochromatic Colors of #2bc5ad

#2bc5ad

Complementary Color

#2bc5ad #c52b43

#2bc5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bc5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bc5ad Color CSS Codes

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

#2bc5ad Text Font Color

<p style="color:#2bc5ad">Text here</p>

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


#2bc5ad Background Color

<div style="background-color:#2bc5ad">
Div content here</div>

This div background color is #2bc5ad


#2bc5ad Border Color

<div style="border:3px solid #2bc5ad">
Div here</div>

This div border color is #2bc5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bc5ad


Comments

No comments written yet.

Please login to write comment.