Color Hex Logo

#6fceba Color Hex

#6FCEBA
(111,206,186)
0 Favorites   0 Comments

Color spaces of #6fceba

RGB 111206186
HSL0.460.490.62
HSV167°46°81°
CMYK 0.460.000.10   0.19
XYZ37.489851.067354.3354
Yxy51.06730.26240.3574
Hunter Lab71.4614-31.41344.9420
CIE-Lab76.7198-32.96761.2247

#6fceba color RGB value is (111,206,186).

#6fceba hex color red value is 111, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6fceba hue: 0.46 , saturation: 0.49 and the lightness value of 6fceba is 0.62.

The process color (four color CMYK) of #6fceba color hex is 0.46, 0.00, 0.10, 0.19. Web safe color of #6fceba is #66cccc. Color #6fceba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001110 10111010
Octal 157 316 272
Decimal 111 206 186
Hex 6F CE BA

RGB Percentages of Color #6fceba

%22.07
%40.95
%36.98

CMYK Percentages of Color #6fceba

%46
%0
%10
%19

Triadic Colors of #6fceba

#6fceba #ba6fce #ceba6f

Analogous Colors of #6fceba

#6fceba #6fb3ce #6fce8b

Monochromatic Colors of #6fceba

#6fceba

Complementary Color

#6fceba #ce6f83

#6fceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fceba Color CSS Codes

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

#6fceba Text Font Color

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

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


#6fceba Background Color

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

This div background color is #6fceba


#6fceba Border Color

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

This div border color is #6fceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fceba


Comments

No comments written yet.

Please login to write comment.