Color Hex Logo

#6fcabb Color Hex

#6FCABB
(111,202,187)
0 Favorites   0 Comments

Color spaces of #6fcabb

RGB 111202187
HSL0.470.460.61
HSV170°45°79°
CMYK 0.450.000.07   0.21
XYZ36.645749.208454.5805
Yxy49.20840.26090.3504
Hunter Lab70.1487-29.51182.9724
CIE-Lab75.5808-30.8313-0.9772

#6fcabb color RGB value is (111,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001010 10111011
Octal 157 312 273
Decimal 111 202 187
Hex 6F CA BB

RGB Percentages of Color #6fcabb

%22.20
%40.40
%37.40

CMYK Percentages of Color #6fcabb

%45
%0
%7
%21

Triadic Colors of #6fcabb

#6fcabb #bb6fca #cabb6f

Analogous Colors of #6fcabb

#6fcabb #6facca #6fca8e

Monochromatic Colors of #6fcabb

#6fcabb

Complementary Color

#6fcabb #ca6f7e

#6fcabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcabb Color CSS Codes

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

#6fcabb Text Font Color

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

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


#6fcabb Background Color

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

This div background color is #6fcabb


#6fcabb Border Color

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

This div border color is #6fcabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcabb


Comments

No comments written yet.

Please login to write comment.