Color Hex Logo

#7dbfbe Color Hex

#7DBFBE
(125,191,190)
0 Favorites   0 Comments

Color spaces of #7dbfbe

RGB 125191190
HSL0.500.340.62
HSV179°35°75°
CMYK 0.350.000.01   0.25
XYZ36.382545.339355.5490
Yxy45.33930.26500.3303
Hunter Lab67.3345-21.3873-1.7784
CIE-Lab73.1147-21.0751-6.1632

#7dbfbe color RGB value is (125,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111111 10111110
Octal 175 277 276
Decimal 125 191 190
Hex 7D BF BE

RGB Percentages of Color #7dbfbe

%24.70
%37.75
%37.55

CMYK Percentages of Color #7dbfbe

%35
%0
%1
%25

Triadic Colors of #7dbfbe

#7dbfbe #be7dbf #bfbe7d

Analogous Colors of #7dbfbe

#7dbfbe #7d9fbf #7dbf9d

Monochromatic Colors of #7dbfbe

#7dbfbe

Complementary Color

#7dbfbe #bf7d7e

#7dbfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbfbe Color CSS Codes

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

#7dbfbe Text Font Color

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

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


#7dbfbe Background Color

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

This div background color is #7dbfbe


#7dbfbe Border Color

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

This div border color is #7dbfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbfbe


Comments

No comments written yet.

Please login to write comment.