Color Hex Logo

#7dacdb Color Hex

#7DACDB
(125,172,219)
0 Favorites   0 Comments

Color spaces of #7dacdb

RGB 125172219
HSL0.580.570.67
HSV210°43°86°
CMYK 0.430.210.00   0.14
XYZ35.996238.979572.6444
Yxy38.97950.24380.2641
Hunter Lab62.4336-6.3442-25.2832
CIE-Lab68.7364-3.4924-28.6635

#7dacdb color RGB value is (125,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101100 11011011
Octal 175 254 333
Decimal 125 172 219
Hex 7D AC DB

RGB Percentages of Color #7dacdb

%24.22
%33.33
%42.44

CMYK Percentages of Color #7dacdb

%43
%21
%0
%14

Triadic Colors of #7dacdb

#7dacdb #db7dac #acdb7d

Analogous Colors of #7dacdb

#7dacdb #7d7ddb #7ddbdb

Monochromatic Colors of #7dacdb

#7dacdb

Complementary Color

#7dacdb #dbac7d

#7dacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dacdb Color CSS Codes

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

#7dacdb Text Font Color

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

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


#7dacdb Background Color

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

This div background color is #7dacdb


#7dacdb Border Color

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

This div border color is #7dacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dacdb


Comments

No comments written yet.

Please login to write comment.