Color Hex Logo

#7db3af Color Hex

#7DB3AF
(125,179,175)
0 Favorites   0 Comments

Color spaces of #7db3af

RGB 125179175
HSL0.490.260.60
HSV176°30°70°
CMYK 0.300.000.02   0.30
XYZ32.315439.695346.5162
Yxy39.69530.27260.3349
Hunter Lab63.0042-18.70320.3290
CIE-Lab69.2520-18.4908-3.6438

#7db3af color RGB value is (125,179,175).

#7db3af hex color red value is 125, green value is 179 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7db3af hue: 0.49 , saturation: 0.26 and the lightness value of 7db3af is 0.60.

The process color (four color CMYK) of #7db3af color hex is 0.30, 0.00, 0.02, 0.30. Web safe color of #7db3af is #66cc99. Color #7db3af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110011 10101111
Octal 175 263 257
Decimal 125 179 175
Hex 7D B3 AF

RGB Percentages of Color #7db3af

%26.10
%37.37
%36.53

CMYK Percentages of Color #7db3af

%30
%0
%2
%30

Triadic Colors of #7db3af

#7db3af #af7db3 #b3af7d

Analogous Colors of #7db3af

#7db3af #7d9cb3 #7db394

Monochromatic Colors of #7db3af

#7db3af

Complementary Color

#7db3af #b37d81

#7db3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db3af Color CSS Codes

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

#7db3af Text Font Color

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

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


#7db3af Background Color

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

This div background color is #7db3af


#7db3af Border Color

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

This div border color is #7db3af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db3af


Comments

No comments written yet.

Please login to write comment.