Color Hex Logo

#7dc3bf Color Hex

#7DC3BF
(125,195,191)
0 Favorites   0 Comments

Color spaces of #7dc3bf

RGB 125195191
HSL0.490.370.63
HSV177°36°76°
CMYK 0.360.000.02   0.24
XYZ37.376547.151856.4215
Yxy47.15180.26520.3345
Hunter Lab68.6672-23.0075-0.6496
CIE-Lab74.2868-22.8504-4.9748

#7dc3bf color RGB value is (125,195,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000011 10111111
Octal 175 303 277
Decimal 125 195 191
Hex 7D C3 BF

RGB Percentages of Color #7dc3bf

%24.46
%38.16
%37.38

CMYK Percentages of Color #7dc3bf

%36
%0
%2
%24

Triadic Colors of #7dc3bf

#7dc3bf #bf7dc3 #c3bf7d

Analogous Colors of #7dc3bf

#7dc3bf #7da4c3 #7dc39c

Monochromatic Colors of #7dc3bf

#7dc3bf

Complementary Color

#7dc3bf #c37d81

#7dc3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc3bf Color CSS Codes

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

#7dc3bf Text Font Color

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

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


#7dc3bf Background Color

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

This div background color is #7dc3bf


#7dc3bf Border Color

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

This div border color is #7dc3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc3bf


Comments

No comments written yet.

Please login to write comment.