Color Hex Logo

#7dbfae Color Hex

#7DBFAE
(125,191,174)
0 Favorites   0 Comments

Color spaces of #7dbfae

RGB 125191174
HSL0.460.340.62
HSV165°35°75°
CMYK 0.350.000.09   0.25
XYZ34.728244.677646.8377
Yxy44.67760.27510.3539
Hunter Lab66.8413-24.23055.2426
CIE-Lab72.6791-24.78531.9188

#7dbfae color RGB value is (125,191,174).

#7dbfae hex color red value is 125, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7dbfae hue: 0.46 , saturation: 0.34 and the lightness value of 7dbfae is 0.62.

The process color (four color CMYK) of #7dbfae color hex is 0.35, 0.00, 0.09, 0.25. Web safe color of #7dbfae is #66cc99. Color #7dbfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111111 10101110
Octal 175 277 256
Decimal 125 191 174
Hex 7D BF AE

RGB Percentages of Color #7dbfae

%25.51
%38.98
%35.51

CMYK Percentages of Color #7dbfae

%35
%0
%9
%25

Triadic Colors of #7dbfae

#7dbfae #ae7dbf #bfae7d

Analogous Colors of #7dbfae

#7dbfae #7dafbf #7dbf8d

Monochromatic Colors of #7dbfae

#7dbfae

Complementary Color

#7dbfae #bf7d8e

#7dbfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbfae Color CSS Codes

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

#7dbfae Text Font Color

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

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


#7dbfae Background Color

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

This div background color is #7dbfae


#7dbfae Border Color

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

This div border color is #7dbfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbfae


Comments

No comments written yet.

Please login to write comment.