Color Hex Logo

#6febcb Color Hex

#6FEBCB
(111,235,203)
0 Favorites   0 Comments

Color spaces of #6febcb

RGB 111235203
HSL0.460.760.68
HSV165°53°92°
CMYK 0.530.000.14   0.08
XYZ47.043467.108066.9736
Yxy67.10800.25970.3705
Hunter Lab81.9195-40.85308.8708
CIE-Lab85.5585-42.24265.0111

#6febcb color RGB value is (111,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101011 11001011
Octal 157 353 313
Decimal 111 235 203
Hex 6F EB CB

RGB Percentages of Color #6febcb

%20.22
%42.81
%36.98

CMYK Percentages of Color #6febcb

%53
%0
%14
%8

Triadic Colors of #6febcb

#6febcb #cb6feb #ebcb6f

Analogous Colors of #6febcb

#6febcb #6fcdeb #6feb8d

Monochromatic Colors of #6febcb

#6febcb

Complementary Color

#6febcb #eb6f8f

#6febcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6febcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6febcb Color CSS Codes

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

#6febcb Text Font Color

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

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


#6febcb Background Color

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

This div background color is #6febcb


#6febcb Border Color

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

This div border color is #6febcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6febcb


Comments

No comments written yet.

Please login to write comment.