Color Hex Logo

#7ccdbd Color Hex

#7CCDBD
(124,205,189)
0 Favorites   0 Comments

Color spaces of #7ccdbd

RGB 124205189
HSL0.470.450.65
HSV168°40°80°
CMYK 0.400.000.08   0.20
XYZ39.328851.621956.0353
Yxy51.62190.26760.3512
Hunter Lab71.8484-28.02634.0530
CIE-Lab77.0542-28.50890.1640

#7ccdbd color RGB value is (124,205,189).

#7ccdbd hex color red value is 124, green value is 205 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7ccdbd hue: 0.47 , saturation: 0.45 and the lightness value of 7ccdbd is 0.65.

The process color (four color CMYK) of #7ccdbd color hex is 0.40, 0.00, 0.08, 0.20. Web safe color of #7ccdbd is #66cccc. Color #7ccdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001101 10111101
Octal 174 315 275
Decimal 124 205 189
Hex 7C CD BD

RGB Percentages of Color #7ccdbd

%23.94
%39.58
%36.49

CMYK Percentages of Color #7ccdbd

%40
%0
%8
%20

Triadic Colors of #7ccdbd

#7ccdbd #bd7ccd #cdbd7c

Analogous Colors of #7ccdbd

#7ccdbd #7cb5cd #7ccd95

Monochromatic Colors of #7ccdbd

#7ccdbd

Complementary Color

#7ccdbd #cd7c8c

#7ccdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccdbd Color CSS Codes

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

#7ccdbd Text Font Color

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

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


#7ccdbd Background Color

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

This div background color is #7ccdbd


#7ccdbd Border Color

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

This div border color is #7ccdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccdbd


Comments

No comments written yet.

Please login to write comment.