Color Hex Logo

#7dadda Color Hex

#7DADDA
(125,173,218)
0 Favorites   0 Comments

Color spaces of #7dadda

RGB 125173218
HSL0.580.560.67
HSV209°43°85°
CMYK 0.430.210.00   0.15
XYZ36.055939.309172.0167
Yxy39.30910.24460.2667
Hunter Lab62.6970-7.0676-24.2154
CIE-Lab68.9746-4.3191-27.7481

#7dadda color RGB value is (125,173,218).

#7dadda hex color red value is 125, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7dadda hue: 0.58 , saturation: 0.56 and the lightness value of 7dadda is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101101 11011010
Octal 175 255 332
Decimal 125 173 218
Hex 7D AD DA

RGB Percentages of Color #7dadda

%24.22
%33.53
%42.25

CMYK Percentages of Color #7dadda

%43
%21
%0
%15

Triadic Colors of #7dadda

#7dadda #da7dad #adda7d

Analogous Colors of #7dadda

#7dadda #7d7fda #7ddad9

Monochromatic Colors of #7dadda

#7dadda

Complementary Color

#7dadda #daaa7d

#7dadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dadda Color CSS Codes

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

#7dadda Text Font Color

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

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


#7dadda Background Color

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

This div background color is #7dadda


#7dadda Border Color

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

This div border color is #7dadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dadda


Comments

No comments written yet.

Please login to write comment.