Color Hex Logo

#6faedd Color Hex

#6FAEDD
(111,174,221)
0 Favorites   0 Comments

Color spaces of #6faedd

RGB 111174221
HSL0.570.620.65
HSV206°50°87°
CMYK 0.500.210.00   0.13
XYZ34.742738.872174.0785
Yxy38.87210.23520.2632
Hunter Lab62.3475-9.6403-26.8025
CIE-Lab68.6585-7.4055-29.9404

#6faedd color RGB value is (111,174,221).

#6faedd hex color red value is 111, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6faedd hue: 0.57 , saturation: 0.62 and the lightness value of 6faedd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 11011101
Octal 157 256 335
Decimal 111 174 221
Hex 6F AE DD

RGB Percentages of Color #6faedd

%21.94
%34.39
%43.68

CMYK Percentages of Color #6faedd

%50
%21
%0
%13

Triadic Colors of #6faedd

#6faedd #dd6fae #aedd6f

Analogous Colors of #6faedd

#6faedd #6f77dd #6fddd5

Monochromatic Colors of #6faedd

#6faedd

Complementary Color

#6faedd #dd9e6f

#6faedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faedd Color CSS Codes

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

#6faedd Text Font Color

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

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


#6faedd Background Color

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

This div background color is #6faedd


#6faedd Border Color

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

This div border color is #6faedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,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 #6faedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faedd


Comments

No comments written yet.

Please login to write comment.