Color Hex Logo

#6cefec Color Hex

#6CEFEC
(108,239,236)
0 Favorites   0 Comments

Color spaces of #6cefec

RGB 108239236
HSL0.500.800.68
HSV179°55°94°
CMYK 0.550.000.01   0.06
XYZ52.191270.977390.3061
Yxy70.97730.24450.3325
Hunter Lab84.2480-36.8543-4.5798
CIE-Lab87.4740-36.5691-9.5062

#6cefec color RGB value is (108,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101111 11101100
Octal 154 357 354
Decimal 108 239 236
Hex 6C EF EC

RGB Percentages of Color #6cefec

%18.52
%40.99
%40.48

CMYK Percentages of Color #6cefec

%55
%0
%1
%6

Triadic Colors of #6cefec

#6cefec #ec6cef #efec6c

Analogous Colors of #6cefec

#6cefec #6cb1ef #6cefab

Monochromatic Colors of #6cefec

#6cefec

Complementary Color

#6cefec #ef6c6f

#6cefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cefec Color CSS Codes

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

#6cefec Text Font Color

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

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


#6cefec Background Color

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

This div background color is #6cefec


#6cefec Border Color

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

This div border color is #6cefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cefec


Comments

No comments written yet.

Please login to write comment.