Color Hex Logo

#6ce0bf Color Hex

#6CE0BF
(108,224,191)
0 Favorites   0 Comments

Color spaces of #6ce0bf

RGB 108224191
HSL0.450.650.65
HSV163°52°88°
CMYK 0.520.000.15   0.12
XYZ42.244060.261058.6953
Yxy60.26100.26210.3738
Hunter Lab77.6280-38.71189.5098
CIE-Lab81.9798-40.75286.1595

#6ce0bf color RGB value is (108,224,191).

#6ce0bf hex color red value is 108, green value is 224 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6ce0bf hue: 0.45 , saturation: 0.65 and the lightness value of 6ce0bf is 0.65.

The process color (four color CMYK) of #6ce0bf color hex is 0.52, 0.00, 0.15, 0.12. Web safe color of #6ce0bf is #66cccc. Color #6ce0bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11100000 10111111
Octal 154 340 277
Decimal 108 224 191
Hex 6C E0 BF

RGB Percentages of Color #6ce0bf

%20.65
%42.83
%36.52

CMYK Percentages of Color #6ce0bf

%52
%0
%15
%12

Triadic Colors of #6ce0bf

#6ce0bf #bf6ce0 #e0bf6c

Analogous Colors of #6ce0bf

#6ce0bf #6cc7e0 #6ce085

Monochromatic Colors of #6ce0bf

#6ce0bf

Complementary Color

#6ce0bf #e06c8d

#6ce0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ce0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ce0bf Color CSS Codes

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

#6ce0bf Text Font Color

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

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


#6ce0bf Background Color

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

This div background color is #6ce0bf


#6ce0bf Border Color

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

This div border color is #6ce0bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,224,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ce0bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ce0bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6ce0bf;
  box-shadow:         1px 1px 3px 2px #6ce0bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,224,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ce0bf


Comments

No comments written yet.

Please login to write comment.