Color Hex Logo

#7da3ca Color Hex

#7DA3CA
(125,163,202)
0 Favorites   0 Comments

Color spaces of #7da3ca

RGB 125163202
HSL0.580.420.64
HSV210°38°79°
CMYK 0.380.190.00   0.21
XYZ32.215334.818660.8999
Yxy34.81860.25180.2722
Hunter Lab59.0073-5.8099-19.8866
CIE-Lab65.6072-3.1413-24.0821

#7da3ca color RGB value is (125,163,202).

#7da3ca hex color red value is 125, green value is 163 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7da3ca hue: 0.58 , saturation: 0.42 and the lightness value of 7da3ca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100011 11001010
Octal 175 243 312
Decimal 125 163 202
Hex 7D A3 CA

RGB Percentages of Color #7da3ca

%25.51
%33.27
%41.22

CMYK Percentages of Color #7da3ca

%38
%19
%0
%21

Triadic Colors of #7da3ca

#7da3ca #ca7da3 #a3ca7d

Analogous Colors of #7da3ca

#7da3ca #7e7dca #7dcaca

Monochromatic Colors of #7da3ca

#7da3ca

Complementary Color

#7da3ca #caa47d

#7da3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da3ca Color CSS Codes

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

#7da3ca Text Font Color

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

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


#7da3ca Background Color

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

This div background color is #7da3ca


#7da3ca Border Color

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

This div border color is #7da3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da3ca


Comments

No comments written yet.

Please login to write comment.