Color Hex Logo

#6ce1be Color Hex

#6CE1BE
(108,225,190)
0 Favorites   0 Comments

Color spaces of #6ce1be

RGB 108225190
HSL0.450.660.65
HSV162°52°88°
CMYK 0.520.000.16   0.12
XYZ42.403860.756358.2074
Yxy60.75630.26280.3765
Hunter Lab77.9463-39.299810.2869
CIE-Lab82.2476-41.42627.0733

#6ce1be color RGB value is (108,225,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11100001 10111110
Octal 154 341 276
Decimal 108 225 190
Hex 6C E1 BE

RGB Percentages of Color #6ce1be

%20.65
%43.02
%36.33

CMYK Percentages of Color #6ce1be

%52
%0
%16
%12

Triadic Colors of #6ce1be

#6ce1be #be6ce1 #e1be6c

Analogous Colors of #6ce1be

#6ce1be #6ccae1 #6ce184

Monochromatic Colors of #6ce1be

#6ce1be

Complementary Color

#6ce1be #e16c8f

#6ce1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ce1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ce1be Color CSS Codes

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

#6ce1be Text Font Color

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

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


#6ce1be Background Color

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

This div background color is #6ce1be


#6ce1be Border Color

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

This div border color is #6ce1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ce1be


Comments

No comments written yet.

Please login to write comment.