Color Hex Logo

#7dbdbe Color Hex

#7DBDBE
(125,189,190)
0 Favorites   0 Comments

Color spaces of #7dbdbe

RGB 125189190
HSL0.500.330.62
HSV181°34°75°
CMYK 0.340.010.00   0.25
XYZ35.949344.472955.4046
Yxy44.47290.26470.3274
Hunter Lab66.6880-20.4806-2.5767
CIE-Lab72.5435-20.0593-7.0096

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111101 10111110
Octal 175 275 276
Decimal 125 189 190
Hex 7D BD BE

RGB Percentages of Color #7dbdbe

%24.80
%37.50
%37.70

CMYK Percentages of Color #7dbdbe

%34
%1
%0
%25

Triadic Colors of #7dbdbe

#7dbdbe #be7dbd #bdbe7d

Analogous Colors of #7dbdbe

#7dbdbe #7d9dbe #7dbe9f

Monochromatic Colors of #7dbdbe

#7dbdbe

Complementary Color

#7dbdbe #be7e7d

#7dbdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbdbe Color CSS Codes

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

#7dbdbe Text Font Color

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

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


#7dbdbe Background Color

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

This div background color is #7dbdbe


#7dbdbe Border Color

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

This div border color is #7dbdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbdbe


Comments

No comments written yet.

Please login to write comment.