Color Hex Logo

#6febde Color Hex

#6FEBDE
(111,235,222)
0 Favorites   0 Comments

Color spaces of #6febde

RGB 111235222
HSL0.480.760.68
HSV174°53°92°
CMYK 0.530.000.06   0.08
XYZ49.448768.070179.6399
Yxy68.07010.25080.3453
Hunter Lab82.5046-37.40000.5219
CIE-Lab86.0415-37.6957-4.2659

#6febde color RGB value is (111,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101011 11011110
Octal 157 353 336
Decimal 111 235 222
Hex 6F EB DE

RGB Percentages of Color #6febde

%19.54
%41.37
%39.08

CMYK Percentages of Color #6febde

%53
%0
%6
%8

Triadic Colors of #6febde

#6febde #de6feb #ebde6f

Analogous Colors of #6febde

#6febde #6fbaeb #6feba0

Monochromatic Colors of #6febde

#6febde

Complementary Color

#6febde #eb6f7c

#6febde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6febde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6febde Color CSS Codes

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

#6febde Text Font Color

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

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


#6febde Background Color

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

This div background color is #6febde


#6febde Border Color

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

This div border color is #6febde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6febde


Comments

No comments written yet.

Please login to write comment.