Color Hex Logo

#7fadd5 Color Hex

#7FADD5
(127,173,213)
0 Favorites   0 Comments

Color spaces of #7fadd5

RGB 127173213
HSL0.580.510.67
HSV208°40°84°
CMYK 0.400.190.00   0.16
XYZ35.706239.203368.6359
Yxy39.20330.24870.2731
Hunter Lab62.6125-7.7783-21.1650
CIE-Lab68.8983-5.1642-25.1090

#7fadd5 color RGB value is (127,173,213).

#7fadd5 hex color red value is 127, green value is 173 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #7fadd5 hue: 0.58 , saturation: 0.51 and the lightness value of 7fadd5 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101101 11010101
Octal 177 255 325
Decimal 127 173 213
Hex 7F AD D5

RGB Percentages of Color #7fadd5

%24.76
%33.72
%41.52

CMYK Percentages of Color #7fadd5

%40
%19
%0
%16

Triadic Colors of #7fadd5

#7fadd5 #d57fad #add57f

Analogous Colors of #7fadd5

#7fadd5 #7f82d5 #7fd5d2

Monochromatic Colors of #7fadd5

#7fadd5

Complementary Color

#7fadd5 #d5a77f

#7fadd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fadd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fadd5 Color CSS Codes

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

#7fadd5 Text Font Color

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

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


#7fadd5 Background Color

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

This div background color is #7fadd5


#7fadd5 Border Color

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

This div border color is #7fadd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fadd5


Comments

No comments written yet.

Please login to write comment.