Color Hex Logo

#6cefeb Color Hex

#6CEFEB
(108,239,235)
0 Favorites   0 Comments

Color spaces of #6cefeb

RGB 108239235
HSL0.490.800.68
HSV178°55°94°
CMYK 0.550.000.02   0.06
XYZ52.046270.919389.5429
Yxy70.91930.24490.3337
Hunter Lab84.2136-37.0561-4.0925
CIE-Lab87.4458-36.8271-9.0240

#6cefeb color RGB value is (108,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101111 11101011
Octal 154 357 353
Decimal 108 239 235
Hex 6C EF EB

RGB Percentages of Color #6cefeb

%18.56
%41.07
%40.38

CMYK Percentages of Color #6cefeb

%55
%0
%2
%6

Triadic Colors of #6cefeb

#6cefeb #eb6cef #efeb6c

Analogous Colors of #6cefeb

#6cefeb #6cb2ef #6cefaa

Monochromatic Colors of #6cefeb

#6cefeb

Complementary Color

#6cefeb #ef6c70

#6cefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cefeb Color CSS Codes

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

#6cefeb Text Font Color

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

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


#6cefeb Background Color

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

This div background color is #6cefeb


#6cefeb Border Color

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

This div border color is #6cefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cefeb


Comments

No comments written yet.

Please login to write comment.