Color Hex Logo

#6faebe Color Hex

#6FAEBE
(111,174,190)
0 Favorites   0 Comments

Color spaces of #6faebe

RGB 111174190
HSL0.530.380.59
HSV192°42°75°
CMYK 0.420.080.00   0.25
XYZ30.985937.369354.2951
Yxy37.36930.25260.3047
Hunter Lab61.1304-16.4999-9.8692
CIE-Lab67.5532-16.0214-14.5405

#6faebe color RGB value is (111,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 10111110
Octal 157 256 276
Decimal 111 174 190
Hex 6F AE BE

RGB Percentages of Color #6faebe

%23.37
%36.63
%40.00

CMYK Percentages of Color #6faebe

%42
%8
%0
%25

Triadic Colors of #6faebe

#6faebe #be6fae #aebe6f

Analogous Colors of #6faebe

#6faebe #6f87be #6fbea7

Monochromatic Colors of #6faebe

#6faebe

Complementary Color

#6faebe #be7f6f

#6faebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faebe Color CSS Codes

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

#6faebe Text Font Color

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

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


#6faebe Background Color

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

This div background color is #6faebe


#6faebe Border Color

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

This div border color is #6faebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faebe


Comments

No comments written yet.

Please login to write comment.