Color Hex Logo

#7cd1be Color Hex

#7CD1BE
(124,209,190)
0 Favorites   0 Comments

Color spaces of #7cd1be

RGB 124209190
HSL0.460.480.65
HSV167°41°82°
CMYK 0.410.000.09   0.18
XYZ40.406953.603756.9321
Yxy53.60370.26770.3551
Hunter Lab73.2145-29.61185.1459
CIE-Lab78.2301-30.20351.3409

#7cd1be color RGB value is (124,209,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010001 10111110
Octal 174 321 276
Decimal 124 209 190
Hex 7C D1 BE

RGB Percentages of Color #7cd1be

%23.71
%39.96
%36.33

CMYK Percentages of Color #7cd1be

%41
%0
%9
%18

Triadic Colors of #7cd1be

#7cd1be #be7cd1 #d1be7c

Analogous Colors of #7cd1be

#7cd1be #7cbad1 #7cd194

Monochromatic Colors of #7cd1be

#7cd1be

Complementary Color

#7cd1be #d17c8f

#7cd1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd1be Color CSS Codes

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

#7cd1be Text Font Color

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

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


#7cd1be Background Color

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

This div background color is #7cd1be


#7cd1be Border Color

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

This div border color is #7cd1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd1be


Comments

No comments written yet.

Please login to write comment.