Color Hex Logo

#7cd2be Color Hex

#7CD2BE
(124,210,190)
0 Favorites   0 Comments

Color spaces of #7cd2be

RGB 124210190
HSL0.460.490.65
HSV166°41°82°
CMYK 0.410.000.10   0.18
XYZ40.653054.096057.0141
Yxy54.09600.26790.3565
Hunter Lab73.5500-30.05085.5249
CIE-Lab78.5177-30.68141.7594

#7cd2be color RGB value is (124,210,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010010 10111110
Octal 174 322 276
Decimal 124 210 190
Hex 7C D2 BE

RGB Percentages of Color #7cd2be

%23.66
%40.08
%36.26

CMYK Percentages of Color #7cd2be

%41
%0
%10
%18

Triadic Colors of #7cd2be

#7cd2be #be7cd2 #d2be7c

Analogous Colors of #7cd2be

#7cd2be #7cbbd2 #7cd293

Monochromatic Colors of #7cd2be

#7cd2be

Complementary Color

#7cd2be #d27c90

#7cd2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd2be Color CSS Codes

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

#7cd2be Text Font Color

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

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


#7cd2be Background Color

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

This div background color is #7cd2be


#7cd2be Border Color

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

This div border color is #7cd2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd2be


Comments

No comments written yet.

Please login to write comment.