Color Hex Logo

#7cecce Color Hex

#7CECCE
(124,236,206)
0 Favorites   0 Comments

Color spaces of #7cecce

RGB 124236206
HSL0.460.750.71
HSV164°47°93°
CMYK 0.470.000.13   0.07
XYZ49.448268.732269.0530
Yxy68.73220.26410.3671
Hunter Lab82.9049-38.61818.6497
CIE-Lab86.3713-39.11854.6701

#7cecce color RGB value is (124,236,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101100 11001110
Octal 174 354 316
Decimal 124 236 206
Hex 7C EC CE

RGB Percentages of Color #7cecce

%21.91
%41.70
%36.40

CMYK Percentages of Color #7cecce

%47
%0
%13
%7

Triadic Colors of #7cecce

#7cecce #ce7cec #ecce7c

Analogous Colors of #7cecce

#7cecce #7cd2ec #7cec96

Monochromatic Colors of #7cecce

#7cecce

Complementary Color

#7cecce #ec7c9a

#7cecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cecce Color CSS Codes

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

#7cecce Text Font Color

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

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


#7cecce Background Color

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

This div background color is #7cecce


#7cecce Border Color

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

This div border color is #7cecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cecce


Comments

No comments written yet.

Please login to write comment.