Color Hex Logo

#7dbdbd Color Hex

#7DBDBD
(125,189,189)
0 Favorites   0 Comments

Color spaces of #7dbdbd

RGB 125189189
HSL0.500.330.62
HSV180°34°74°
CMYK 0.340.000.00   0.26
XYZ35.840444.429354.8308
Yxy44.42930.26530.3289
Hunter Lab66.6553-20.6678-2.1134
CIE-Lab72.5145-20.3000-6.5064

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111101 10111101
Octal 175 275 275
Decimal 125 189 189
Hex 7D BD BD

RGB Percentages of Color #7dbdbd

%24.85
%37.57
%37.57

CMYK Percentages of Color #7dbdbd

%34
%0
%0
%26

Triadic Colors of #7dbdbd

#7dbdbd #bd7dbd #bdbd7d

Analogous Colors of #7dbdbd

#7dbdbd #7d9dbd #7dbd9d

Monochromatic Colors of #7dbdbd

#7dbdbd

Complementary Color

#7dbdbd #bd7d7d

#7dbdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbdbd Color CSS Codes

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

#7dbdbd Text Font Color

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

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


#7dbdbd Background Color

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

This div background color is #7dbdbd


#7dbdbd Border Color

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

This div border color is #7dbdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbdbd


Comments

No comments written yet.

Please login to write comment.