Color Hex Logo

#7db9bf Color Hex

#7DB9BF
(125,185,191)
0 Favorites   0 Comments

Color spaces of #7db9bf

RGB 125185191
HSL0.520.340.62
HSV185°35°75°
CMYK 0.350.030.00   0.25
XYZ35.210442.819555.6994
Yxy42.81950.26330.3202
Hunter Lab65.4366-18.4661-4.6618
CIE-Lab71.4323-17.7643-9.2081

#7db9bf color RGB value is (125,185,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111001 10111111
Octal 175 271 277
Decimal 125 185 191
Hex 7D B9 BF

RGB Percentages of Color #7db9bf

%24.95
%36.93
%38.12

CMYK Percentages of Color #7db9bf

%35
%3
%0
%25

Triadic Colors of #7db9bf

#7db9bf #bf7db9 #b9bf7d

Analogous Colors of #7db9bf

#7db9bf #7d98bf #7dbfa4

Monochromatic Colors of #7db9bf

#7db9bf

Complementary Color

#7db9bf #bf837d

#7db9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db9bf Color CSS Codes

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

#7db9bf Text Font Color

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

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


#7db9bf Background Color

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

This div background color is #7db9bf


#7db9bf Border Color

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

This div border color is #7db9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db9bf


Comments

No comments written yet.

Please login to write comment.