Color Hex Logo

#6fcabe Color Hex

#6FCABE
(111,202,190)
0 Favorites   0 Comments

Color spaces of #6fcabe

RGB 111202190
HSL0.480.460.61
HSV172°45°79°
CMYK 0.450.000.06   0.21
XYZ36.970349.338356.2899
Yxy49.33830.25930.3460
Hunter Lab70.2412-28.97161.6551
CIE-Lab75.6613-30.1070-2.4799

#6fcabe color RGB value is (111,202,190).

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

The process color (four color CMYK) of #6fcabe color hex is 0.45, 0.00, 0.06, 0.21. Web safe color of #6fcabe is #66cccc. Color #6fcabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001010 10111110
Octal 157 312 276
Decimal 111 202 190
Hex 6F CA BE

RGB Percentages of Color #6fcabe

%22.07
%40.16
%37.77

CMYK Percentages of Color #6fcabe

%45
%0
%6
%21

Triadic Colors of #6fcabe

#6fcabe #be6fca #cabe6f

Analogous Colors of #6fcabe

#6fcabe #6fa9ca #6fca91

Monochromatic Colors of #6fcabe

#6fcabe

Complementary Color

#6fcabe #ca6f7b

#6fcabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcabe Color CSS Codes

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

#6fcabe Text Font Color

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

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


#6fcabe Background Color

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

This div background color is #6fcabe


#6fcabe Border Color

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

This div border color is #6fcabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcabe


Comments

No comments written yet.

Please login to write comment.