Color Hex Logo

#7da7cb Color Hex

#7DA7CB
(125,167,203)
0 Favorites   0 Comments

Color spaces of #7da7cb

RGB 125167203
HSL0.580.430.64
HSV208°38°80°
CMYK 0.380.180.00   0.20
XYZ33.055736.309261.7661
Yxy36.30920.25210.2769
Hunter Lab60.2571-7.5289-18.5948
CIE-Lab66.7555-5.0855-22.8799

#7da7cb color RGB value is (125,167,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100111 11001011
Octal 175 247 313
Decimal 125 167 203
Hex 7D A7 CB

RGB Percentages of Color #7da7cb

%25.25
%33.74
%41.01

CMYK Percentages of Color #7da7cb

%38
%18
%0
%20

Triadic Colors of #7da7cb

#7da7cb #cb7da7 #a7cb7d

Analogous Colors of #7da7cb

#7da7cb #7d80cb #7dcbc8

Monochromatic Colors of #7da7cb

#7da7cb

Complementary Color

#7da7cb #cba17d

#7da7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da7cb Color CSS Codes

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

#7da7cb Text Font Color

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

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


#7da7cb Background Color

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

This div background color is #7da7cb


#7da7cb Border Color

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

This div border color is #7da7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da7cb


Comments

No comments written yet.

Please login to write comment.