Color Hex Logo

#7daacf Color Hex

#7DAACF
(125,170,207)
0 Favorites   0 Comments

Color spaces of #7daacf

RGB 125170207
HSL0.580.460.65
HSV207°40°81°
CMYK 0.400.180.00   0.19
XYZ34.094737.614464.4948
Yxy37.61440.25030.2762
Hunter Lab61.3306-8.0974-19.4175
CIE-Lab67.7355-5.6633-23.5933

#7daacf color RGB value is (125,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101010 11001111
Octal 175 252 317
Decimal 125 170 207
Hex 7D AA CF

RGB Percentages of Color #7daacf

%24.90
%33.86
%41.24

CMYK Percentages of Color #7daacf

%40
%18
%0
%19

Triadic Colors of #7daacf

#7daacf #cf7daa #aacf7d

Analogous Colors of #7daacf

#7daacf #7d81cf #7dcfcb

Monochromatic Colors of #7daacf

#7daacf

Complementary Color

#7daacf #cfa27d

#7daacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daacf Color CSS Codes

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

#7daacf Text Font Color

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

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


#7daacf Background Color

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

This div background color is #7daacf


#7daacf Border Color

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

This div border color is #7daacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7daacf


Comments

No comments written yet.

Please login to write comment.