Color Hex Logo

#7dc4c1 Color Hex

#7DC4C1
(125,196,193)
0 Favorites   0 Comments

Color spaces of #7dc4c1

RGB 125196193
HSL0.490.380.63
HSV177°36°77°
CMYK 0.360.000.02   0.23
XYZ37.823047.690157.6637
Yxy47.69010.26420.3331
Hunter Lab69.0580-23.0873-1.1668
CIE-Lab74.6290-22.8728-5.5551

#7dc4c1 color RGB value is (125,196,193).

#7dc4c1 hex color red value is 125, green value is 196 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #7dc4c1 hue: 0.49 , saturation: 0.38 and the lightness value of 7dc4c1 is 0.63.

The process color (four color CMYK) of #7dc4c1 color hex is 0.36, 0.00, 0.02, 0.23. Web safe color of #7dc4c1 is #66cccc. Color #7dc4c1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000100 11000001
Octal 175 304 301
Decimal 125 196 193
Hex 7D C4 C1

RGB Percentages of Color #7dc4c1

%24.32
%38.13
%37.55

CMYK Percentages of Color #7dc4c1

%36
%0
%2
%23

Triadic Colors of #7dc4c1

#7dc4c1 #c17dc4 #c4c17d

Analogous Colors of #7dc4c1

#7dc4c1 #7da4c4 #7dc49e

Monochromatic Colors of #7dc4c1

#7dc4c1

Complementary Color

#7dc4c1 #c47d80

#7dc4c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc4c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc4c1 Color CSS Codes

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

#7dc4c1 Text Font Color

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

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


#7dc4c1 Background Color

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

This div background color is #7dc4c1


#7dc4c1 Border Color

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

This div border color is #7dc4c1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,196,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dc4c1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dc4c1;
  -webkit-box-shadow: 1px 1px 3px 2px #7dc4c1;
  box-shadow:         1px 1px 3px 2px #7dc4c1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,196,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc4c1


Comments

No comments written yet.

Please login to write comment.