Color Hex Logo

#7faedd Color Hex

#7FAEDD
(127,174,221)
0 Favorites   0 Comments

Color spaces of #7faedd

RGB 127174221
HSL0.580.580.68
HSV210°43°87°
CMYK 0.430.210.00   0.13
XYZ36.939640.004674.1813
Yxy40.00460.24440.2647
Hunter Lab63.2492-6.4362-25.2634
CIE-Lab69.4728-3.5335-28.6177

#7faedd color RGB value is (127,174,221).

#7faedd hex color red value is 127, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7faedd hue: 0.58 , saturation: 0.58 and the lightness value of 7faedd is 0.68.

The process color (four color CMYK) of #7faedd color hex is 0.43, 0.21, 0.00, 0.13. Web safe color of #7faedd is #6699cc. Color #7faedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101110 11011101
Octal 177 256 335
Decimal 127 174 221
Hex 7F AE DD

RGB Percentages of Color #7faedd

%24.33
%33.33
%42.34

CMYK Percentages of Color #7faedd

%43
%21
%0
%13

Triadic Colors of #7faedd

#7faedd #dd7fae #aedd7f

Analogous Colors of #7faedd

#7faedd #7f7fdd #7fdddd

Monochromatic Colors of #7faedd

#7faedd

Complementary Color

#7faedd #ddae7f

#7faedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faedd Color CSS Codes

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

#7faedd Text Font Color

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

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


#7faedd Background Color

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

This div background color is #7faedd


#7faedd Border Color

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

This div border color is #7faedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faedd


Comments

No comments written yet.

Please login to write comment.