Color Hex Logo

#7cedce Color Hex

#7CEDCE
(124,237,206)
0 Favorites   0 Comments

Color spaces of #7cedce

RGB 124237206
HSL0.450.760.71
HSV164°48°93°
CMYK 0.480.000.13   0.07
XYZ49.736969.309769.1492
Yxy69.30970.26430.3683
Hunter Lab83.2524-39.05189.0306
CIE-Lab86.6572-39.56975.0833

#7cedce color RGB value is (124,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101101 11001110
Octal 174 355 316
Decimal 124 237 206
Hex 7C ED CE

RGB Percentages of Color #7cedce

%21.87
%41.80
%36.33

CMYK Percentages of Color #7cedce

%48
%0
%13
%7

Triadic Colors of #7cedce

#7cedce #ce7ced #edce7c

Analogous Colors of #7cedce

#7cedce #7cd4ed #7ced96

Monochromatic Colors of #7cedce

#7cedce

Complementary Color

#7cedce #ed7c9b

#7cedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cedce Color CSS Codes

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

#7cedce Text Font Color

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

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


#7cedce Background Color

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

This div background color is #7cedce


#7cedce Border Color

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

This div border color is #7cedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cedce


Comments

No comments written yet.

Please login to write comment.