Color Hex Logo

#7dbabe Color Hex

#7DBABE
(125,186,190)
0 Favorites   0 Comments

Color spaces of #7dbabe

RGB 125186190
HSL0.510.330.62
HSV184°34°75°
CMYK 0.340.020.00   0.25
XYZ35.310643.195555.1917
Yxy43.19550.26410.3231
Hunter Lab65.7233-19.1145-3.7830
CIE-Lab71.6875-18.5239-8.2806

#7dbabe color RGB value is (125,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111010 10111110
Octal 175 272 276
Decimal 125 186 190
Hex 7D BA BE

RGB Percentages of Color #7dbabe

%24.95
%37.13
%37.92

CMYK Percentages of Color #7dbabe

%34
%2
%0
%25

Triadic Colors of #7dbabe

#7dbabe #be7dba #babe7d

Analogous Colors of #7dbabe

#7dbabe #7d9abe #7dbea2

Monochromatic Colors of #7dbabe

#7dbabe

Complementary Color

#7dbabe #be817d

#7dbabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbabe Color CSS Codes

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

#7dbabe Text Font Color

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

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


#7dbabe Background Color

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

This div background color is #7dbabe


#7dbabe Border Color

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

This div border color is #7dbabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbabe


Comments

No comments written yet.

Please login to write comment.