Color Hex Logo

#7daccf Color Hex

#7DACCF
(125,172,207)
0 Favorites   0 Comments

Color spaces of #7daccf

RGB 125172207
HSL0.570.460.65
HSV206°40°81°
CMYK 0.400.170.00   0.19
XYZ34.472538.370064.6207
Yxy38.37000.25080.2791
Hunter Lab61.9435-9.0632-18.4920
CIE-Lab68.2924-6.7567-22.7422

#7daccf color RGB value is (125,172,207).

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

The process color (four color CMYK) of #7daccf color hex is 0.40, 0.17, 0.00, 0.19. Web safe color of #7daccf is #6699cc. Color #7daccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101100 11001111
Octal 175 254 317
Decimal 125 172 207
Hex 7D AC CF

RGB Percentages of Color #7daccf

%24.80
%34.13
%41.07

CMYK Percentages of Color #7daccf

%40
%17
%0
%19

Triadic Colors of #7daccf

#7daccf #cf7dac #accf7d

Analogous Colors of #7daccf

#7daccf #7d83cf #7dcfc9

Monochromatic Colors of #7daccf

#7daccf

Complementary Color

#7daccf #cfa07d

#7daccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daccf Color CSS Codes

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

#7daccf Text Font Color

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

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


#7daccf Background Color

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

This div background color is #7daccf


#7daccf Border Color

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

This div border color is #7daccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7daccf


Comments

No comments written yet.

Please login to write comment.