Color Hex Logo

#7fadef Color Hex

#7FADEF
(127,173,239)
0 Favorites   0 Comments

Color spaces of #7fadef

RGB 127173239
HSL0.600.780.72
HSV215°47°94°
CMYK 0.470.280.00   0.06
XYZ39.276040.631287.4339
Yxy40.63120.23470.2428
Hunter Lab63.7426-1.5640-36.7066
CIE-Lab69.91682.0891-37.7636

#7fadef color RGB value is (127,173,239).

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

The process color (four color CMYK) of #7fadef color hex is 0.47, 0.28, 0.00, 0.06. Web safe color of #7fadef is #6699ff. Color #7fadef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101101 11101111
Octal 177 255 357
Decimal 127 173 239
Hex 7F AD EF

RGB Percentages of Color #7fadef

%23.56
%32.10
%44.34

CMYK Percentages of Color #7fadef

%47
%28
%0
%6

Triadic Colors of #7fadef

#7fadef #ef7fad #adef7f

Analogous Colors of #7fadef

#7fadef #897fef #7fe5ef

Monochromatic Colors of #7fadef

#7fadef

Complementary Color

#7fadef #efc17f

#7fadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fadef Color CSS Codes

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

#7fadef Text Font Color

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

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


#7fadef Background Color

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

This div background color is #7fadef


#7fadef Border Color

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

This div border color is #7fadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fadef


Comments

No comments written yet.

Please login to write comment.