Color Hex Logo

#7dbabd Color Hex

#7DBABD
(125,186,189)
0 Favorites   0 Comments

Color spaces of #7dbabd

RGB 125186189
HSL0.510.330.62
HSV183°34°74°
CMYK 0.340.020.00   0.26
XYZ35.201743.151954.6179
Yxy43.15190.26470.3245
Hunter Lab65.6901-19.3040-3.3135
CIE-Lab71.6579-18.7666-7.7770

#7dbabd color RGB value is (125,186,189).

#7dbabd hex color red value is 125, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7dbabd hue: 0.51 , saturation: 0.33 and the lightness value of 7dbabd is 0.62.

The process color (four color CMYK) of #7dbabd color hex is 0.34, 0.02, 0.00, 0.26. Web safe color of #7dbabd is #66cccc. Color #7dbabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111010 10111101
Octal 175 272 275
Decimal 125 186 189
Hex 7D BA BD

RGB Percentages of Color #7dbabd

%25.00
%37.20
%37.80

CMYK Percentages of Color #7dbabd

%34
%2
%0
%26

Triadic Colors of #7dbabd

#7dbabd #bd7dba #babd7d

Analogous Colors of #7dbabd

#7dbabd #7d9abd #7dbda0

Monochromatic Colors of #7dbabd

#7dbabd

Complementary Color

#7dbabd #bd807d

#7dbabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbabd Color CSS Codes

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

#7dbabd Text Font Color

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

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


#7dbabd Background Color

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

This div background color is #7dbabd


#7dbabd Border Color

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

This div border color is #7dbabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbabd


Comments

No comments written yet.

Please login to write comment.