Color Hex Logo

#7bdcac Color Hex

#7BDCAC
(123,220,172)
0 Favorites   0 Comments

Color spaces of #7bdcac

RGB 123220172
HSL0.420.580.67
HSV150°44°86°
CMYK 0.440.000.22   0.14
XYZ41.208058.375948.1255
Yxy58.37590.27900.3952
Hunter Lab76.4041-37.434616.1372
CIE-Lab80.9473-39.447414.8032

#7bdcac color RGB value is (123,220,172).

#7bdcac hex color red value is 123, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7bdcac hue: 0.42 , saturation: 0.58 and the lightness value of 7bdcac is 0.67.

The process color (four color CMYK) of #7bdcac color hex is 0.44, 0.00, 0.22, 0.14. Web safe color of #7bdcac is #66cc99. Color #7bdcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011100 10101100
Octal 173 334 254
Decimal 123 220 172
Hex 7B DC AC

RGB Percentages of Color #7bdcac

%23.88
%42.72
%33.40

CMYK Percentages of Color #7bdcac

%44
%0
%22
%14

Triadic Colors of #7bdcac

#7bdcac #ac7bdc #dcac7b

Analogous Colors of #7bdcac

#7bdcac #7bdcdc #7bdc7c

Monochromatic Colors of #7bdcac

#7bdcac

Complementary Color

#7bdcac #dc7bab

#7bdcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdcac Color CSS Codes

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

#7bdcac Text Font Color

<p style="color:#7bdcac">Text here</p>

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


#7bdcac Background Color

<div style="background-color:#7bdcac">
Div content here</div>

This div background color is #7bdcac


#7bdcac Border Color

<div style="border:3px solid #7bdcac">
Div here</div>

This div border color is #7bdcac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,220,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7bdcac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7bdcac;
  -webkit-box-shadow: 1px 1px 3px 2px #7bdcac;
  box-shadow:         1px 1px 3px 2px #7bdcac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,220,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdcac


Comments

No comments written yet.

Please login to write comment.