Color Hex Logo

#6bffef Color Hex

#6BFFEF
(107,255,239)
0 Favorites   0 Comments

Color spaces of #6bffef

RGB 107255239
HSL0.481.000.71
HSV174°58°100°
CMYK 0.580.000.06   0.00
XYZ57.403480.877894.2469
Yxy80.87780.24690.3478
Hunter Lab89.9321-43.44510.8178
CIE-Lab92.0773-43.2112-4.2640

#6bffef color RGB value is (107,255,239).

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

The process color (four color CMYK) of #6bffef color hex is 0.58, 0.00, 0.06, 0.00. Web safe color of #6bffef is #66ffff. Color #6bffef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11111111 11101111
Octal 153 377 357
Decimal 107 255 239
Hex 6B FF EF

RGB Percentages of Color #6bffef

%17.80
%42.43
%39.77

CMYK Percentages of Color #6bffef

%58
%0
%6
%0

Triadic Colors of #6bffef

#6bffef #ef6bff #ffef6b

Analogous Colors of #6bffef

#6bffef #6bc5ff #6bffa5

Monochromatic Colors of #6bffef

#6bffef

Complementary Color

#6bffef #ff6b7b

#6bffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bffef Color CSS Codes

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

#6bffef Text Font Color

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

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


#6bffef Background Color

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

This div background color is #6bffef


#6bffef Border Color

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

This div border color is #6bffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bffef


Comments

No comments written yet.

Please login to write comment.