Color Hex Logo

#7cedaa Color Hex

#7CEDAA
(124,237,170)
0 Favorites   0 Comments

Color spaces of #7cedaa

RGB 124237170
HSL0.400.760.71
HSV144°48°93°
CMYK 0.480.000.28   0.07
XYZ45.852167.755748.6917
Yxy67.75570.28250.4175
Hunter Lab82.3139-44.617622.5475
CIE-Lab85.8841-47.013622.7198

#7cedaa color RGB value is (124,237,170).

#7cedaa hex color red value is 124, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7cedaa hue: 0.40 , saturation: 0.76 and the lightness value of 7cedaa is 0.71.

The process color (four color CMYK) of #7cedaa color hex is 0.48, 0.00, 0.28, 0.07. Web safe color of #7cedaa is #66ff99. Color #7cedaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101101 10101010
Octal 174 355 252
Decimal 124 237 170
Hex 7C ED AA

RGB Percentages of Color #7cedaa

%23.35
%44.63
%32.02

CMYK Percentages of Color #7cedaa

%48
%0
%28
%7

Triadic Colors of #7cedaa

#7cedaa #aa7ced #edaa7c

Analogous Colors of #7cedaa

#7cedaa #7cede3 #87ed7c

Monochromatic Colors of #7cedaa

#7cedaa

Complementary Color

#7cedaa #ed7cbf

#7cedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cedaa Color CSS Codes

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

#7cedaa Text Font Color

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

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


#7cedaa Background Color

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

This div background color is #7cedaa


#7cedaa Border Color

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

This div border color is #7cedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cedaa


Comments

No comments written yet.

Please login to write comment.