Color Hex Logo

#6febca Color Hex

#6FEBCA
(111,235,202)
0 Favorites   0 Comments

Color spaces of #6febca

RGB 111235202
HSL0.460.760.68
HSV164°53°92°
CMYK 0.530.000.14   0.08
XYZ46.924567.060466.3479
Yxy67.06040.26020.3719
Hunter Lab81.8904-41.02499.2863
CIE-Lab85.5344-42.47265.5011

#6febca color RGB value is (111,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101011 11001010
Octal 157 353 312
Decimal 111 235 202
Hex 6F EB CA

RGB Percentages of Color #6febca

%20.26
%42.88
%36.86

CMYK Percentages of Color #6febca

%53
%0
%14
%8

Triadic Colors of #6febca

#6febca #ca6feb #ebca6f

Analogous Colors of #6febca

#6febca #6fceeb #6feb8c

Monochromatic Colors of #6febca

#6febca

Complementary Color

#6febca #eb6f90

#6febca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6febca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6febca Color CSS Codes

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

#6febca Text Font Color

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

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


#6febca Background Color

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

This div background color is #6febca


#6febca Border Color

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

This div border color is #6febca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6febca


Comments

No comments written yet.

Please login to write comment.