Color Hex Logo

#7cd2ba Color Hex

#7CD2BA
(124,210,186)
0 Favorites   0 Comments

Color spaces of #7cd2ba

RGB 124210186
HSL0.450.490.65
HSV163°41°82°
CMYK 0.410.000.11   0.18
XYZ40.221753.923454.7427
Yxy53.92340.27010.3622
Hunter Lab73.4326-30.73607.2031
CIE-Lab78.4170-31.58473.7557

#7cd2ba color RGB value is (124,210,186).

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

The process color (four color CMYK) of #7cd2ba color hex is 0.41, 0.00, 0.11, 0.18. Web safe color of #7cd2ba is #66cccc. Color #7cd2ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010010 10111010
Octal 174 322 272
Decimal 124 210 186
Hex 7C D2 BA

RGB Percentages of Color #7cd2ba

%23.85
%40.38
%35.77

CMYK Percentages of Color #7cd2ba

%41
%0
%11
%18

Triadic Colors of #7cd2ba

#7cd2ba #ba7cd2 #d2ba7c

Analogous Colors of #7cd2ba

#7cd2ba #7cbfd2 #7cd28f

Monochromatic Colors of #7cd2ba

#7cd2ba

Complementary Color

#7cd2ba #d27c94

#7cd2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd2ba Color CSS Codes

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

#7cd2ba Text Font Color

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

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


#7cd2ba Background Color

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

This div background color is #7cd2ba


#7cd2ba Border Color

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

This div border color is #7cd2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd2ba

#7cd2ba Color Palettes


Comments

No comments written yet.

Please login to write comment.