Color Hex Logo

#7dabae Color Hex

#7DABAE
(125,171,174)
0 Favorites   0 Comments

Color spaces of #7dabae

RGB 125171174
HSL0.510.230.59
HSV184°28°68°
CMYK 0.280.020.00   0.32
XYZ30.660336.541845.4817
Yxy36.54180.27210.3243
Hunter Lab60.4498-15.2515-2.2942
CIE-Lab66.9318-14.5528-6.5190

#7dabae color RGB value is (125,171,174).

#7dabae hex color red value is 125, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7dabae hue: 0.51 , saturation: 0.23 and the lightness value of 7dabae is 0.59.

The process color (four color CMYK) of #7dabae color hex is 0.28, 0.02, 0.00, 0.32. Web safe color of #7dabae is #669999. Color #7dabae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101011 10101110
Octal 175 253 256
Decimal 125 171 174
Hex 7D AB AE

RGB Percentages of Color #7dabae

%26.60
%36.38
%37.02

CMYK Percentages of Color #7dabae

%28
%2
%0
%32

Triadic Colors of #7dabae

#7dabae #ae7dab #abae7d

Analogous Colors of #7dabae

#7dabae #7d93ae #7dae99

Monochromatic Colors of #7dabae

#7dabae

Complementary Color

#7dabae #ae807d

#7dabae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dabae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dabae Color CSS Codes

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

#7dabae Text Font Color

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

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


#7dabae Background Color

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

This div background color is #7dabae


#7dabae Border Color

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

This div border color is #7dabae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dabae


Comments

No comments written yet.

Please login to write comment.