Color Hex Logo

#7dbcbe Color Hex

#7DBCBE
(125,188,190)
0 Favorites   0 Comments

Color spaces of #7dbcbe

RGB 125188190
HSL0.510.330.62
HSV182°34°75°
CMYK 0.340.010.00   0.25
XYZ35.734944.044155.3331
Yxy44.04410.26450.3260
Hunter Lab66.3657-20.0260-2.9776
CIE-Lab72.2580-19.5490-7.4331

#7dbcbe color RGB value is (125,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111100 10111110
Octal 175 274 276
Decimal 125 188 190
Hex 7D BC BE

RGB Percentages of Color #7dbcbe

%24.85
%37.38
%37.77

CMYK Percentages of Color #7dbcbe

%34
%1
%0
%25

Triadic Colors of #7dbcbe

#7dbcbe #be7dbc #bcbe7d

Analogous Colors of #7dbcbe

#7dbcbe #7d9cbe #7dbea0

Monochromatic Colors of #7dbcbe

#7dbcbe

Complementary Color

#7dbcbe #be7f7d

#7dbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbcbe Color CSS Codes

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

#7dbcbe Text Font Color

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

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


#7dbcbe Background Color

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

This div background color is #7dbcbe


#7dbcbe Border Color

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

This div border color is #7dbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbcbe


Comments

No comments written yet.

Please login to write comment.