Color Hex Logo

#7ceeae Color Hex

#7CEEAE
(124,238,174)
0 Favorites   0 Comments

Color spaces of #7ceeae

RGB 124238174
HSL0.410.770.71
HSV146°48°93°
CMYK 0.480.000.27   0.07
XYZ46.526768.490150.8121
Yxy68.49010.28060.4130
Hunter Lab82.7587-44.475721.5283
CIE-Lab86.2509-46.680821.1636

#7ceeae color RGB value is (124,238,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101110 10101110
Octal 174 356 256
Decimal 124 238 174
Hex 7C EE AE

RGB Percentages of Color #7ceeae

%23.13
%44.40
%32.46

CMYK Percentages of Color #7ceeae

%48
%0
%27
%7

Triadic Colors of #7ceeae

#7ceeae #ae7cee #eeae7c

Analogous Colors of #7ceeae

#7ceeae #7ceee7 #83ee7c

Monochromatic Colors of #7ceeae

#7ceeae

Complementary Color

#7ceeae #ee7cbc

#7ceeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceeae Color CSS Codes

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

#7ceeae Text Font Color

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

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


#7ceeae Background Color

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

This div background color is #7ceeae


#7ceeae Border Color

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

This div border color is #7ceeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceeae


Comments

No comments written yet.

Please login to write comment.