Color Hex Logo

#6cefce Color Hex

#6CEFCE
(108,239,206)
0 Favorites   0 Comments

Color spaces of #6cefce

RGB 108239206
HSL0.460.800.68
HSV165°55°94°
CMYK 0.550.000.14   0.06
XYZ48.191469.377469.2437
Yxy69.37740.25800.3714
Hunter Lab83.2931-42.48719.0159
CIE-Lab86.6906-43.93115.0627

#6cefce color RGB value is (108,239,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101111 11001110
Octal 154 357 316
Decimal 108 239 206
Hex 6C EF CE

RGB Percentages of Color #6cefce

%19.53
%43.22
%37.25

CMYK Percentages of Color #6cefce

%55
%0
%14
%6

Triadic Colors of #6cefce

#6cefce #ce6cef #efce6c

Analogous Colors of #6cefce

#6cefce #6ccfef #6cef8d

Monochromatic Colors of #6cefce

#6cefce

Complementary Color

#6cefce #ef6c8d

#6cefce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cefce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cefce Color CSS Codes

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

#6cefce Text Font Color

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

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


#6cefce Background Color

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

This div background color is #6cefce


#6cefce Border Color

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

This div border color is #6cefce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,239,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 #6cefce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cefce


Comments

No comments written yet.

Please login to write comment.