Color Hex Logo

#7cebaa Color Hex

#7CEBAA
(124,235,170)
0 Favorites   0 Comments

Color spaces of #7cebaa

RGB 124235170
HSL0.400.740.70
HSV145°47°92°
CMYK 0.470.000.28   0.08
XYZ45.276266.604048.4998
Yxy66.60400.28230.4153
Hunter Lab81.6113-43.791721.8931
CIE-Lab85.3036-46.159821.9200

#7cebaa color RGB value is (124,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101011 10101010
Octal 174 353 252
Decimal 124 235 170
Hex 7C EB AA

RGB Percentages of Color #7cebaa

%23.44
%44.42
%32.14

CMYK Percentages of Color #7cebaa

%47
%0
%28
%8

Triadic Colors of #7cebaa

#7cebaa #aa7ceb #ebaa7c

Analogous Colors of #7cebaa

#7cebaa #7cebe2 #86eb7c

Monochromatic Colors of #7cebaa

#7cebaa

Complementary Color

#7cebaa #eb7cbd

#7cebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cebaa Color CSS Codes

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

#7cebaa Text Font Color

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

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


#7cebaa Background Color

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

This div background color is #7cebaa


#7cebaa Border Color

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

This div border color is #7cebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cebaa


Comments

No comments written yet.

Please login to write comment.