color codes Logo

#6faebf color codes

#6FAEBF
(111,174,191)
0 Favorites   0 Comments

Color spaces of #6faebf

RGB 111174191
HSL0.540.380.59
HSV193°42°75°
CMYK 0.420.090.00   0.25
XYZ31.095637.413254.8728
Yxy37.41320.25200.3032
Hunter Lab61.1663-16.2957-10.3731
CIE-Lab67.5859-15.7568-15.0446

#6faebf color RGB value is (111,174,191).

#6faebf hex color red value is 111, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6faebf hue: 0.54 , saturation: 0.38 and the lightness value of 6faebf is 0.59.

The process color (four color CMYK) of #6faebf color code is 0.42, 0.09, 0.00, 0.25. Web safe color of #6faebf is #6699cc. Color #6faebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 10111111
Octal 157 256 277
Decimal 111 174 191
Hex 6F AE BF

RGB Percentages of Color #6faebf

%23.32
%36.55
%40.13

CMYK Percentages of Color #6faebf

%42
%9
%0
%25

Triadic Colors of #6faebf

#6faebf #bf6fae #aebf6f

Analogous Colors of #6faebf

#6faebf #6f86bf #6fbfa8

Monochromatic Colors of #6faebf

#6faebf

Complementary Color

#6faebf #bf806f

#6faebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faebf Color CSS Codes

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

#6faebf Text Font Color

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

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


#6faebf Background Color

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

This div background color is #6faebf


#6faebf Border Color

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

This div border color is #6faebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faebf


Comments

No comments written yet.

Please login to write comment.