Color Hex Logo

#7fadcc Color Hex

#7FADCC
(127,173,204)
0 Favorites   0 Comments

Color spaces of #7fadcc

RGB 127173204
HSL0.570.430.65
HSV204°38°80°
CMYK 0.380.150.00   0.20
XYZ34.595138.758862.7846
Yxy38.75880.25410.2847
Hunter Lab62.2566-9.7590-16.2133
CIE-Lab68.5762-7.5576-20.6458

#7fadcc color RGB value is (127,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101101 11001100
Octal 177 255 314
Decimal 127 173 204
Hex 7F AD CC

RGB Percentages of Color #7fadcc

%25.20
%34.33
%40.48

CMYK Percentages of Color #7fadcc

%38
%15
%0
%20

Triadic Colors of #7fadcc

#7fadcc #cc7fad #adcc7f

Analogous Colors of #7fadcc

#7fadcc #7f87cc #7fccc5

Monochromatic Colors of #7fadcc

#7fadcc

Complementary Color

#7fadcc #cc9e7f

#7fadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fadcc Color CSS Codes

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

#7fadcc Text Font Color

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

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


#7fadcc Background Color

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

This div background color is #7fadcc


#7fadcc Border Color

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

This div border color is #7fadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fadcc


Comments

No comments written yet.

Please login to write comment.