Color Hex Logo

#7cebce Color Hex

#7CEBCE
(124,235,206)
0 Favorites   0 Comments

Color spaces of #7cebce

RGB 124235206
HSL0.460.740.70
HSV164°47°92°
CMYK 0.470.000.12   0.08
XYZ49.161168.158068.9573
Yxy68.15800.26390.3659
Hunter Lab82.5579-38.18418.2679
CIE-Lab86.0854-38.66604.2567

#7cebce color RGB value is (124,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101011 11001110
Octal 174 353 316
Decimal 124 235 206
Hex 7C EB CE

RGB Percentages of Color #7cebce

%21.95
%41.59
%36.46

CMYK Percentages of Color #7cebce

%47
%0
%12
%8

Triadic Colors of #7cebce

#7cebce #ce7ceb #ebce7c

Analogous Colors of #7cebce

#7cebce #7cd1eb #7ceb97

Monochromatic Colors of #7cebce

#7cebce

Complementary Color

#7cebce #eb7c99

#7cebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cebce Color CSS Codes

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

#7cebce Text Font Color

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

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


#7cebce Background Color

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

This div background color is #7cebce


#7cebce Border Color

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

This div border color is #7cebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cebce


Comments

No comments written yet.

Please login to write comment.