Color Hex Logo

#7db8be Color Hex

#7DB8BE
(125,184,190)
0 Favorites   0 Comments

Color spaces of #7db8be

RGB 125184190
HSL0.520.330.62
HSV186°34°75°
CMYK 0.340.030.00   0.25
XYZ34.892242.358755.0522
Yxy42.35870.26370.3202
Hunter Lab65.0836-18.1999-4.5931
CIE-Lab71.1175-17.4926-9.1288

#7db8be color RGB value is (125,184,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111000 10111110
Octal 175 270 276
Decimal 125 184 190
Hex 7D B8 BE

RGB Percentages of Color #7db8be

%25.05
%36.87
%38.08

CMYK Percentages of Color #7db8be

%34
%3
%0
%25

Triadic Colors of #7db8be

#7db8be #be7db8 #b8be7d

Analogous Colors of #7db8be

#7db8be #7d98be #7dbea4

Monochromatic Colors of #7db8be

#7db8be

Complementary Color

#7db8be #be837d

#7db8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db8be Color CSS Codes

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

#7db8be Text Font Color

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

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


#7db8be Background Color

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

This div background color is #7db8be


#7db8be Border Color

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

This div border color is #7db8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db8be


Comments

No comments written yet.

Please login to write comment.