Color Hex Logo

#7cdebd Color Hex

#7CDEBD
(124,222,189)
0 Favorites   0 Comments

Color spaces of #7cdebd

RGB 124222189
HSL0.440.600.68
HSV160°44°87°
CMYK 0.440.000.15   0.13
XYZ43.618860.201857.4653
Yxy60.20180.27040.3733
Hunter Lab77.5898-35.434510.4010
CIE-Lab81.9478-36.51937.2492

#7cdebd color RGB value is (124,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011110 10111101
Octal 174 336 275
Decimal 124 222 189
Hex 7C DE BD

RGB Percentages of Color #7cdebd

%23.18
%41.50
%35.33

CMYK Percentages of Color #7cdebd

%44
%0
%15
%13

Triadic Colors of #7cdebd

#7cdebd #bd7cde #debd7c

Analogous Colors of #7cdebd

#7cdebd #7ccede #7cde8c

Monochromatic Colors of #7cdebd

#7cdebd

Complementary Color

#7cdebd #de7c9d

#7cdebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdebd Color CSS Codes

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

#7cdebd Text Font Color

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

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


#7cdebd Background Color

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

This div background color is #7cdebd


#7cdebd Border Color

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

This div border color is #7cdebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdebd


Comments

No comments written yet.

Please login to write comment.