Color Hex Logo

#7dcbb1 Color Hex

#7DCBB1
(125,203,177)
0 Favorites   0 Comments

Color spaces of #7dcbb1

RGB 125203177
HSL0.440.430.64
HSV160°38°80°
CMYK 0.380.000.13   0.20
XYZ37.749250.246249.3039
Yxy50.24620.27490.3660
Hunter Lab70.8846-28.98878.3799
CIE-Lab76.2201-29.97035.4194

#7dcbb1 color RGB value is (125,203,177).

#7dcbb1 hex color red value is 125, green value is 203 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #7dcbb1 hue: 0.44 , saturation: 0.43 and the lightness value of 7dcbb1 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001011 10110001
Octal 175 313 261
Decimal 125 203 177
Hex 7D CB B1

RGB Percentages of Color #7dcbb1

%24.75
%40.20
%35.05

CMYK Percentages of Color #7dcbb1

%38
%0
%13
%20

Triadic Colors of #7dcbb1

#7dcbb1 #b17dcb #cbb17d

Analogous Colors of #7dcbb1

#7dcbb1 #7dbecb #7dcb8a

Monochromatic Colors of #7dcbb1

#7dcbb1

Complementary Color

#7dcbb1 #cb7d97

#7dcbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcbb1 Color CSS Codes

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

#7dcbb1 Text Font Color

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

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


#7dcbb1 Background Color

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

This div background color is #7dcbb1


#7dcbb1 Border Color

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

This div border color is #7dcbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcbb1


Comments

No comments written yet.

Please login to write comment.