Color Hex Logo

#6cefbd Color Hex

#6CEFBD
(108,239,189)
0 Favorites   0 Comments

Color spaces of #6cefbd

RGB 108239189
HSL0.440.800.68
HSV157°55°94°
CMYK 0.550.000.21   0.06
XYZ46.236268.595358.9474
Yxy68.59530.26610.3947
Hunter Lab82.8223-45.289915.7769
CIE-Lab86.3033-47.728113.3809

#6cefbd color RGB value is (108,239,189).

#6cefbd hex color red value is 108, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6cefbd hue: 0.44 , saturation: 0.80 and the lightness value of 6cefbd is 0.68.

The process color (four color CMYK) of #6cefbd color hex is 0.55, 0.00, 0.21, 0.06. Web safe color of #6cefbd is #66ffcc. Color #6cefbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101111 10111101
Octal 154 357 275
Decimal 108 239 189
Hex 6C EF BD

RGB Percentages of Color #6cefbd

%20.15
%44.59
%35.26

CMYK Percentages of Color #6cefbd

%55
%0
%21
%6

Triadic Colors of #6cefbd

#6cefbd #bd6cef #efbd6c

Analogous Colors of #6cefbd

#6cefbd #6ce0ef #6cef7c

Monochromatic Colors of #6cefbd

#6cefbd

Complementary Color

#6cefbd #ef6c9e

#6cefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cefbd Color CSS Codes

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

#6cefbd Text Font Color

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

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


#6cefbd Background Color

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

This div background color is #6cefbd


#6cefbd Border Color

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

This div border color is #6cefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cefbd


Comments

No comments written yet.

Please login to write comment.