Color Hex Logo

#7fadee Color Hex

#7FADEE
(127,173,238)
0 Favorites   0 Comments

Color spaces of #7fadee

RGB 127173238
HSL0.600.770.72
HSV215°47°93°
CMYK 0.470.270.00   0.07
XYZ39.128640.572286.6578
Yxy40.57220.23520.2439
Hunter Lab63.6963-1.8161-36.0757
CIE-Lab69.87511.8020-37.2837

#7fadee color RGB value is (127,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101101 11101110
Octal 177 255 356
Decimal 127 173 238
Hex 7F AD EE

RGB Percentages of Color #7fadee

%23.61
%32.16
%44.24

CMYK Percentages of Color #7fadee

%47
%27
%0
%7

Triadic Colors of #7fadee

#7fadee #ee7fad #adee7f

Analogous Colors of #7fadee

#7fadee #897fee #7fe5ee

Monochromatic Colors of #7fadee

#7fadee

Complementary Color

#7fadee #eec07f

#7fadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fadee Color CSS Codes

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

#7fadee Text Font Color

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

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


#7fadee Background Color

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

This div background color is #7fadee


#7fadee Border Color

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

This div border color is #7fadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fadee


Comments

No comments written yet.

Please login to write comment.