Color Hex Logo

#6febda Color Hex

#6FEBDA
(111,235,218)
0 Favorites   0 Comments

Color spaces of #6febda

RGB 111235218
HSL0.480.760.68
HSV172°53°92°
CMYK 0.530.000.07   0.08
XYZ48.918867.858176.8493
Yxy67.85810.25260.3505
Hunter Lab82.3760-38.15632.3511
CIE-Lab85.9354-38.6802-2.3189

#6febda color RGB value is (111,235,218).

#6febda hex color red value is 111, green value is 235 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6febda hue: 0.48 , saturation: 0.76 and the lightness value of 6febda is 0.68.

The process color (four color CMYK) of #6febda color hex is 0.53, 0.00, 0.07, 0.08. Web safe color of #6febda is #66ffcc. Color #6febda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101011 11011010
Octal 157 353 332
Decimal 111 235 218
Hex 6F EB DA

RGB Percentages of Color #6febda

%19.68
%41.67
%38.65

CMYK Percentages of Color #6febda

%53
%0
%7
%8

Triadic Colors of #6febda

#6febda #da6feb #ebda6f

Analogous Colors of #6febda

#6febda #6fbeeb #6feb9c

Monochromatic Colors of #6febda

#6febda

Complementary Color

#6febda #eb6f80

#6febda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6febda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6febda Color CSS Codes

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

#6febda Text Font Color

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

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


#6febda Background Color

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

This div background color is #6febda


#6febda Border Color

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

This div border color is #6febda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6febda


Comments

No comments written yet.

Please login to write comment.