Color Hex Logo

#6ffbca Color Hex

#6FFBCA
(111,251,202)
0 Favorites   0 Comments

Color spaces of #6ffbca

RGB 111251202
HSL0.440.950.71
HSV159°56°98°
CMYK 0.560.000.20   0.02
XYZ51.713476.638167.9442
Yxy76.63810.26340.3904
Hunter Lab87.5432-47.757315.2640
CIE-Lab90.1548-49.377612.1181

#6ffbca color RGB value is (111,251,202).

#6ffbca hex color red value is 111, green value is 251 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6ffbca hue: 0.44 , saturation: 0.95 and the lightness value of 6ffbca is 0.71.

The process color (four color CMYK) of #6ffbca color hex is 0.56, 0.00, 0.20, 0.02. Web safe color of #6ffbca is #66ffcc. Color #6ffbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111011 11001010
Octal 157 373 312
Decimal 111 251 202
Hex 6F FB CA

RGB Percentages of Color #6ffbca

%19.68
%44.50
%35.82

CMYK Percentages of Color #6ffbca

%56
%0
%20
%2

Triadic Colors of #6ffbca

#6ffbca #ca6ffb #fbca6f

Analogous Colors of #6ffbca

#6ffbca #6fe6fb #6ffb84

Monochromatic Colors of #6ffbca

#6ffbca

Complementary Color

#6ffbca #fb6fa0

#6ffbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffbca Color CSS Codes

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

#6ffbca Text Font Color

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

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


#6ffbca Background Color

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

This div background color is #6ffbca


#6ffbca Border Color

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

This div border color is #6ffbca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,251,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 #6ffbca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffbca

Related Colors


Comments

No comments written yet.

Please login to write comment.