Color Hex Logo

#7da7db Color Hex

#7DA7DB
(125,167,219)
0 Favorites   0 Comments

Color spaces of #7da7db

RGB 125167219
HSL0.590.570.67
HSV213°43°86°
CMYK 0.430.240.00   0.14
XYZ35.062337.111972.3332
Yxy37.11190.24260.2568
Hunter Lab60.9195-3.8733-27.7547
CIE-Lab67.3609-0.7194-30.7852

#7da7db color RGB value is (125,167,219).

#7da7db hex color red value is 125, green value is 167 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7da7db hue: 0.59 , saturation: 0.57 and the lightness value of 7da7db is 0.67.

The process color (four color CMYK) of #7da7db color hex is 0.43, 0.24, 0.00, 0.14. Web safe color of #7da7db is #6699cc. Color #7da7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100111 11011011
Octal 175 247 333
Decimal 125 167 219
Hex 7D A7 DB

RGB Percentages of Color #7da7db

%24.46
%32.68
%42.86

CMYK Percentages of Color #7da7db

%43
%24
%0
%14

Triadic Colors of #7da7db

#7da7db #db7da7 #a7db7d

Analogous Colors of #7da7db

#7da7db #827ddb #7dd6db

Monochromatic Colors of #7da7db

#7da7db

Complementary Color

#7da7db #dbb17d

#7da7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da7db Color CSS Codes

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

#7da7db Text Font Color

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

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


#7da7db Background Color

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

This div background color is #7da7db


#7da7db Border Color

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

This div border color is #7da7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da7db


Comments

No comments written yet.

Please login to write comment.