Color Hex Logo

#7cdbaa Color Hex

#7CDBAA
(124,219,170)
0 Favorites   0 Comments

Color spaces of #7cdbaa

RGB 124219170
HSL0.410.570.67
HSV149°43°86°
CMYK 0.430.000.22   0.14
XYZ40.899457.850447.0408
Yxy57.85040.28050.3968
Hunter Lab76.0595-37.119316.5723
CIE-Lab80.6555-39.136815.4534

#7cdbaa color RGB value is (124,219,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011011 10101010
Octal 174 333 252
Decimal 124 219 170
Hex 7C DB AA

RGB Percentages of Color #7cdbaa

%24.17
%42.69
%33.14

CMYK Percentages of Color #7cdbaa

%43
%0
%22
%14

Triadic Colors of #7cdbaa

#7cdbaa #aa7cdb #dbaa7c

Analogous Colors of #7cdbaa

#7cdbaa #7cdbda #7edb7c

Monochromatic Colors of #7cdbaa

#7cdbaa

Complementary Color

#7cdbaa #db7cad

#7cdbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdbaa Color CSS Codes

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

#7cdbaa Text Font Color

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

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


#7cdbaa Background Color

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

This div background color is #7cdbaa


#7cdbaa Border Color

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

This div border color is #7cdbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdbaa


Comments

No comments written yet.

Please login to write comment.