Color Hex Logo

#7da2cc Color Hex

#7DA2CC
(125,162,204)
0 Favorites   0 Comments

Color spaces of #7da2cc

RGB 125162204
HSL0.590.440.65
HSV212°39°80°
CMYK 0.390.210.00   0.20
XYZ32.276934.560362.0964
Yxy34.56030.25030.2680
Hunter Lab58.7880-4.8756-21.4750
CIE-Lab65.4049-2.0473-25.5031

#7da2cc color RGB value is (125,162,204).

#7da2cc hex color red value is 125, green value is 162 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7da2cc hue: 0.59 , saturation: 0.44 and the lightness value of 7da2cc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100010 11001100
Octal 175 242 314
Decimal 125 162 204
Hex 7D A2 CC

RGB Percentages of Color #7da2cc

%25.46
%32.99
%41.55

CMYK Percentages of Color #7da2cc

%39
%21
%0
%20

Triadic Colors of #7da2cc

#7da2cc #cc7da2 #a2cc7d

Analogous Colors of #7da2cc

#7da2cc #807dcc #7dcacc

Monochromatic Colors of #7da2cc

#7da2cc

Complementary Color

#7da2cc #cca77d

#7da2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da2cc Color CSS Codes

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

#7da2cc Text Font Color

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

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


#7da2cc Background Color

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

This div background color is #7da2cc


#7da2cc Border Color

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

This div border color is #7da2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da2cc


Comments

No comments written yet.

Please login to write comment.