Color Hex Logo

#6ebebf Color Hex

#6EBEBF
(110,190,191)
0 Favorites   0 Comments

Color spaces of #6ebebf

RGB 110190191
HSL0.500.390.59
HSV181°42°75°
CMYK 0.420.010.00   0.25
XYZ34.247843.903555.9594
Yxy43.90350.25540.3274
Hunter Lab66.2597-23.6928-3.6914
CIE-Lab72.1639-24.2207-8.1951

#6ebebf color RGB value is (110,190,191).

#6ebebf hex color red value is 110, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6ebebf hue: 0.50 , saturation: 0.39 and the lightness value of 6ebebf is 0.59.

The process color (four color CMYK) of #6ebebf color hex is 0.42, 0.01, 0.00, 0.25. Web safe color of #6ebebf is #66cccc. Color #6ebebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111110 10111111
Octal 156 276 277
Decimal 110 190 191
Hex 6E BE BF

RGB Percentages of Color #6ebebf

%22.40
%38.70
%38.90

CMYK Percentages of Color #6ebebf

%42
%1
%0
%25

Triadic Colors of #6ebebf

#6ebebf #bf6ebe #bebf6e

Analogous Colors of #6ebebf

#6ebebf #6e96bf #6ebf98

Monochromatic Colors of #6ebebf

#6ebebf

Complementary Color

#6ebebf #bf6f6e

#6ebebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebebf Color CSS Codes

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

#6ebebf Text Font Color

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

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


#6ebebf Background Color

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

This div background color is #6ebebf


#6ebebf Border Color

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

This div border color is #6ebebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebebf


Comments

No comments written yet.

Please login to write comment.