Color Hex Logo

#7cefae Color Hex

#7CEFAE
(124,239,174)
0 Favorites   0 Comments

Color spaces of #7cefae

RGB 124239174
HSL0.410.780.71
HSV146°48°94°
CMYK 0.480.000.27   0.06
XYZ46.818769.074150.9094
Yxy69.07410.28070.4141
Hunter Lab83.1108-44.889821.8596
CIE-Lab86.5407-47.107321.5643

#7cefae color RGB value is (124,239,174).

#7cefae hex color red value is 124, green value is 239 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7cefae hue: 0.41 , saturation: 0.78 and the lightness value of 7cefae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101111 10101110
Octal 174 357 256
Decimal 124 239 174
Hex 7C EF AE

RGB Percentages of Color #7cefae

%23.09
%44.51
%32.40

CMYK Percentages of Color #7cefae

%48
%0
%27
%6

Triadic Colors of #7cefae

#7cefae #ae7cef #efae7c

Analogous Colors of #7cefae

#7cefae #7cefe8 #84ef7c

Monochromatic Colors of #7cefae

#7cefae

Complementary Color

#7cefae #ef7cbd

#7cefae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cefae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cefae Color CSS Codes

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

#7cefae Text Font Color

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

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


#7cefae Background Color

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

This div background color is #7cefae


#7cefae Border Color

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

This div border color is #7cefae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,239,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cefae


Comments

No comments written yet.

Please login to write comment.