Color Hex Logo

#7bdcaa Color Hex

#7BDCAA
(123,220,170)
0 Favorites   0 Comments

Color spaces of #7bdcaa

RGB 123220170
HSL0.410.580.67
HSV149°44°86°
CMYK 0.440.000.23   0.14
XYZ41.017358.299647.1213
Yxy58.29960.28010.3981
Hunter Lab76.3542-37.730016.8576
CIE-Lab80.9051-39.850015.7974

#7bdcaa color RGB value is (123,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011100 10101010
Octal 173 334 252
Decimal 123 220 170
Hex 7B DC AA

RGB Percentages of Color #7bdcaa

%23.98
%42.88
%33.14

CMYK Percentages of Color #7bdcaa

%44
%0
%23
%14

Triadic Colors of #7bdcaa

#7bdcaa #aa7bdc #dcaa7b

Analogous Colors of #7bdcaa

#7bdcaa #7bdcdb #7ddc7b

Monochromatic Colors of #7bdcaa

#7bdcaa

Complementary Color

#7bdcaa #dc7bad

#7bdcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdcaa Color CSS Codes

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

#7bdcaa Text Font Color

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

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


#7bdcaa Background Color

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

This div background color is #7bdcaa


#7bdcaa Border Color

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

This div border color is #7bdcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdcaa


Comments

No comments written yet.

Please login to write comment.