Color Hex Logo

#7ceace Color Hex

#7CEACE
(124,234,206)
0 Favorites   0 Comments

Color spaces of #7ceace

RGB 124234206
HSL0.460.720.70
HSV165°47°92°
CMYK 0.470.000.12   0.08
XYZ48.875667.587068.8621
Yxy67.58700.26370.3647
Hunter Lab82.2113-37.74947.8852
CIE-Lab85.7995-38.21233.8429

#7ceace color RGB value is (124,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101010 11001110
Octal 174 352 316
Decimal 124 234 206
Hex 7C EA CE

RGB Percentages of Color #7ceace

%21.99
%41.49
%36.52

CMYK Percentages of Color #7ceace

%47
%0
%12
%8

Triadic Colors of #7ceace

#7ceace #ce7cea #eace7c

Analogous Colors of #7ceace

#7ceace #7ccfea #7cea97

Monochromatic Colors of #7ceace

#7ceace

Complementary Color

#7ceace #ea7c98

#7ceace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceace Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceace Color CSS Codes

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

#7ceace Text Font Color

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

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


#7ceace Background Color

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

This div background color is #7ceace


#7ceace Border Color

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

This div border color is #7ceace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceace


Comments

No comments written yet.

Please login to write comment.