Color Hex Logo

#7fadec Color Hex

#7FADEC
(127,173,236)
0 Favorites   0 Comments

Color spaces of #7fadec

RGB 127173236
HSL0.600.740.71
HSV215°46°93°
CMYK 0.460.270.00   0.07
XYZ38.836340.455385.1186
Yxy40.45530.23620.2461
Hunter Lab63.6045-2.3174-34.8216
CIE-Lab69.79261.2293-36.3221

#7fadec color RGB value is (127,173,236).

#7fadec hex color red value is 127, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7fadec hue: 0.60 , saturation: 0.74 and the lightness value of 7fadec is 0.71.

The process color (four color CMYK) of #7fadec color hex is 0.46, 0.27, 0.00, 0.07. Web safe color of #7fadec is #6699ff. Color #7fadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101101 11101100
Octal 177 255 354
Decimal 127 173 236
Hex 7F AD EC

RGB Percentages of Color #7fadec

%23.69
%32.28
%44.03

CMYK Percentages of Color #7fadec

%46
%27
%0
%7

Triadic Colors of #7fadec

#7fadec #ec7fad #adec7f

Analogous Colors of #7fadec

#7fadec #887fec #7fe4ec

Monochromatic Colors of #7fadec

#7fadec

Complementary Color

#7fadec #ecbe7f

#7fadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fadec Color CSS Codes

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

#7fadec Text Font Color

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

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


#7fadec Background Color

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

This div background color is #7fadec


#7fadec Border Color

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

This div border color is #7fadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fadec


Comments

No comments written yet.

Please login to write comment.