Color Hex Logo

#7fadcd Color Hex

#7FADCD
(127,173,205)
0 Favorites   0 Comments

Color spaces of #7fadcd

RGB 127173205
HSL0.570.440.65
HSV205°38°80°
CMYK 0.380.160.00   0.20
XYZ34.715438.806963.4184
Yxy38.80690.25350.2834
Hunter Lab62.2952-9.5434-16.7524
CIE-Lab68.6112-7.2950-21.1438

#7fadcd color RGB value is (127,173,205).

#7fadcd hex color red value is 127, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7fadcd hue: 0.57 , saturation: 0.44 and the lightness value of 7fadcd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101101 11001101
Octal 177 255 315
Decimal 127 173 205
Hex 7F AD CD

RGB Percentages of Color #7fadcd

%25.15
%34.26
%40.59

CMYK Percentages of Color #7fadcd

%38
%16
%0
%20

Triadic Colors of #7fadcd

#7fadcd #cd7fad #adcd7f

Analogous Colors of #7fadcd

#7fadcd #7f86cd #7fcdc6

Monochromatic Colors of #7fadcd

#7fadcd

Complementary Color

#7fadcd #cd9f7f

#7fadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fadcd Color CSS Codes

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

#7fadcd Text Font Color

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

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


#7fadcd Background Color

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

This div background color is #7fadcd


#7fadcd Border Color

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

This div border color is #7fadcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,173,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fadcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fadcd;
  -webkit-box-shadow: 1px 1px 3px 2px #7fadcd;
  box-shadow:         1px 1px 3px 2px #7fadcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,173,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fadcd


Comments

No comments written yet.

Please login to write comment.