Color Hex Logo

#6bffce Color Hex

#6BFFCE
(107,255,206)
0 Favorites   0 Comments

Color spaces of #6bffce

RGB 107255206
HSL0.441.000.71
HSV160°58°100°
CMYK 0.580.000.19   0.00
XYZ52.964079.102070.8692
Yxy79.10200.26100.3898
Hunter Lab88.9393-49.345715.0137
CIE-Lab91.2804-50.965211.6407

#6bffce color RGB value is (107,255,206).

#6bffce hex color red value is 107, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6bffce hue: 0.44 , saturation: 1.00 and the lightness value of 6bffce is 0.71.

The process color (four color CMYK) of #6bffce color hex is 0.58, 0.00, 0.19, 0.00. Web safe color of #6bffce is #66ffcc. Color #6bffce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11111111 11001110
Octal 153 377 316
Decimal 107 255 206
Hex 6B FF CE

RGB Percentages of Color #6bffce

%18.84
%44.89
%36.27

CMYK Percentages of Color #6bffce

%58
%0
%19
%0

Triadic Colors of #6bffce

#6bffce #ce6bff #ffce6b

Analogous Colors of #6bffce

#6bffce #6be6ff #6bff84

Monochromatic Colors of #6bffce

#6bffce

Complementary Color

#6bffce #ff6b9c

#6bffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bffce Color CSS Codes

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

#6bffce Text Font Color

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

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


#6bffce Background Color

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

This div background color is #6bffce


#6bffce Border Color

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

This div border color is #6bffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bffce


Comments

No comments written yet.

Please login to write comment.