Color Hex Logo

#7cdbaf Color Hex

#7CDBAF
(124,219,175)
0 Favorites   0 Comments

Color spaces of #7cdbaf

RGB 124219175
HSL0.420.570.67
HSV152°43°86°
CMYK 0.430.000.20   0.14
XYZ41.381658.043349.5799
Yxy58.04330.27770.3895
Hunter Lab76.1862-36.370914.7460
CIE-Lab80.7629-38.121612.9656

#7cdbaf color RGB value is (124,219,175).

#7cdbaf hex color red value is 124, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7cdbaf hue: 0.42 , saturation: 0.57 and the lightness value of 7cdbaf is 0.67.

The process color (four color CMYK) of #7cdbaf color hex is 0.43, 0.00, 0.20, 0.14. Web safe color of #7cdbaf is #66cc99. Color #7cdbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011011 10101111
Octal 174 333 257
Decimal 124 219 175
Hex 7C DB AF

RGB Percentages of Color #7cdbaf

%23.94
%42.28
%33.78

CMYK Percentages of Color #7cdbaf

%43
%0
%20
%14

Triadic Colors of #7cdbaf

#7cdbaf #af7cdb #dbaf7c

Analogous Colors of #7cdbaf

#7cdbaf #7cd8db #7cdb80

Monochromatic Colors of #7cdbaf

#7cdbaf

Complementary Color

#7cdbaf #db7ca8

#7cdbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdbaf Color CSS Codes

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

#7cdbaf Text Font Color

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

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


#7cdbaf Background Color

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

This div background color is #7cdbaf


#7cdbaf Border Color

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

This div border color is #7cdbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdbaf


Comments

No comments written yet.

Please login to write comment.