Color Hex Logo

#6eafbc Color Hex

#6EAFBC
(110,175,188)
0 Favorites   0 Comments

Color spaces of #6eafbc

RGB 110175188
HSL0.530.370.58
HSV190°41°74°
CMYK 0.410.070.00   0.26
XYZ30.837537.605853.2103
Yxy37.60580.25350.3091
Hunter Lab61.3236-17.5548-8.5193
CIE-Lab67.7291-17.3298-13.1739

#6eafbc color RGB value is (110,175,188).

#6eafbc hex color red value is 110, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6eafbc hue: 0.53 , saturation: 0.37 and the lightness value of 6eafbc is 0.58.

The process color (four color CMYK) of #6eafbc color hex is 0.41, 0.07, 0.00, 0.26. Web safe color of #6eafbc is #6699cc. Color #6eafbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101111 10111100
Octal 156 257 274
Decimal 110 175 188
Hex 6E AF BC

RGB Percentages of Color #6eafbc

%23.26
%37.00
%39.75

CMYK Percentages of Color #6eafbc

%41
%7
%0
%26

Triadic Colors of #6eafbc

#6eafbc #bc6eaf #afbc6e

Analogous Colors of #6eafbc

#6eafbc #6e88bc #6ebca2

Monochromatic Colors of #6eafbc

#6eafbc

Complementary Color

#6eafbc #bc7b6e

#6eafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eafbc Color CSS Codes

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

#6eafbc Text Font Color

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

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


#6eafbc Background Color

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

This div background color is #6eafbc


#6eafbc Border Color

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

This div border color is #6eafbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,175,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6eafbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6eafbc;
  -webkit-box-shadow: 1px 1px 3px 2px #6eafbc;
  box-shadow:         1px 1px 3px 2px #6eafbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,175,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eafbc

#6eafbc Color Palettes


Comments

No comments written yet.

Please login to write comment.