Color Hex Logo

#7ceabe Color Hex

#7CEABE
(124,234,190)
0 Favorites   0 Comments

Color spaces of #7ceabe

RGB 124234190
HSL0.430.720.70
HSV156°47°92°
CMYK 0.470.000.19   0.08
XYZ47.029366.848459.1395
Yxy66.84840.27180.3864
Hunter Lab81.7609-40.407314.3468
CIE-Lab85.4273-41.716911.6939

#7ceabe color RGB value is (124,234,190).

#7ceabe hex color red value is 124, green value is 234 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7ceabe hue: 0.43 , saturation: 0.72 and the lightness value of 7ceabe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101010 10111110
Octal 174 352 276
Decimal 124 234 190
Hex 7C EA BE

RGB Percentages of Color #7ceabe

%22.63
%42.70
%34.67

CMYK Percentages of Color #7ceabe

%47
%0
%19
%8

Triadic Colors of #7ceabe

#7ceabe #be7cea #eabe7c

Analogous Colors of #7ceabe

#7ceabe #7cdfea #7cea87

Monochromatic Colors of #7ceabe

#7ceabe

Complementary Color

#7ceabe #ea7ca8

#7ceabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceabe Color CSS Codes

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

#7ceabe Text Font Color

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

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


#7ceabe Background Color

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

This div background color is #7ceabe


#7ceabe Border Color

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

This div border color is #7ceabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceabe


Comments

No comments written yet.

Please login to write comment.