Color Hex Logo

#6febdf Color Hex

#6FEBDF
(111,235,223)
0 Favorites   0 Comments

Color spaces of #6febdf

RGB 111235223
HSL0.480.760.68
HSV174°53°92°
CMYK 0.530.000.05   0.08
XYZ49.583268.123980.3480
Yxy68.12390.25040.3440
Hunter Lab82.5372-37.20840.0586
CIE-Lab86.0684-37.4472-4.7520

#6febdf color RGB value is (111,235,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101011 11011111
Octal 157 353 337
Decimal 111 235 223
Hex 6F EB DF

RGB Percentages of Color #6febdf

%19.51
%41.30
%39.19

CMYK Percentages of Color #6febdf

%53
%0
%5
%8

Triadic Colors of #6febdf

#6febdf #df6feb #ebdf6f

Analogous Colors of #6febdf

#6febdf #6fb9eb #6feba1

Monochromatic Colors of #6febdf

#6febdf

Complementary Color

#6febdf #eb6f7b

#6febdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6febdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6febdf Color CSS Codes

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

#6febdf Text Font Color

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

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


#6febdf Background Color

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

This div background color is #6febdf


#6febdf Border Color

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

This div border color is #6febdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6febdf


Comments

No comments written yet.

Please login to write comment.