Color Hex Logo

#7cecbf Color Hex

#7CECBF
(124,236,191)
0 Favorites   0 Comments

Color spaces of #7cecbf

RGB 124236191
HSL0.430.750.71
HSV156°47°93°
CMYK 0.470.000.19   0.07
XYZ47.711668.037659.9081
Yxy68.03760.27160.3873
Hunter Lab82.4849-41.099114.6776
CIE-Lab86.0252-42.390812.0209

#7cecbf color RGB value is (124,236,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101100 10111111
Octal 174 354 277
Decimal 124 236 191
Hex 7C EC BF

RGB Percentages of Color #7cecbf

%22.50
%42.83
%34.66

CMYK Percentages of Color #7cecbf

%47
%0
%19
%7

Triadic Colors of #7cecbf

#7cecbf #bf7cec #ecbf7c

Analogous Colors of #7cecbf

#7cecbf #7ce1ec #7cec87

Monochromatic Colors of #7cecbf

#7cecbf

Complementary Color

#7cecbf #ec7ca9

#7cecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cecbf Color CSS Codes

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

#7cecbf Text Font Color

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

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


#7cecbf Background Color

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

This div background color is #7cecbf


#7cecbf Border Color

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

This div border color is #7cecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cecbf


Comments

No comments written yet.

Please login to write comment.