Color Hex Logo

#7cdece Color Hex

#7CDECE
(124,222,206)
0 Favorites   0 Comments

Color spaces of #7cdece

RGB 124222206
HSL0.470.600.68
HSV170°44°87°
CMYK 0.440.000.07   0.13
XYZ45.574060.983967.7616
Yxy60.98390.26140.3498
Hunter Lab78.0922-32.49013.2178
CIE-Lab82.3701-32.6612-1.1505

#7cdece color RGB value is (124,222,206).

#7cdece hex color red value is 124, green value is 222 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7cdece hue: 0.47 , saturation: 0.60 and the lightness value of 7cdece is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011110 11001110
Octal 174 336 316
Decimal 124 222 206
Hex 7C DE CE

RGB Percentages of Color #7cdece

%22.46
%40.22
%37.32

CMYK Percentages of Color #7cdece

%44
%0
%7
%13

Triadic Colors of #7cdece

#7cdece #ce7cde #dece7c

Analogous Colors of #7cdece

#7cdece #7cbdde #7cde9d

Monochromatic Colors of #7cdece

#7cdece

Complementary Color

#7cdece #de7c8c

#7cdece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdece Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdece Color CSS Codes

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

#7cdece Text Font Color

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

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


#7cdece Background Color

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

This div background color is #7cdece


#7cdece Border Color

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

This div border color is #7cdece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdece


Comments

No comments written yet.

Please login to write comment.