Color Hex Logo

#6cf2eb Color Hex

#6CF2EB
(108,242,235)
0 Favorites   0 Comments

Color spaces of #6cf2eb

RGB 108242235
HSL0.490.840.69
HSV177°55°95°
CMYK 0.550.000.03   0.05
XYZ52.931972.690689.8381
Yxy72.69060.24570.3374
Hunter Lab85.2588-38.3833-2.7934
CIE-Lab88.2999-38.2015-7.7570

#6cf2eb color RGB value is (108,242,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11110010 11101011
Octal 154 362 353
Decimal 108 242 235
Hex 6C F2 EB

RGB Percentages of Color #6cf2eb

%18.46
%41.37
%40.17

CMYK Percentages of Color #6cf2eb

%55
%0
%3
%5

Triadic Colors of #6cf2eb

#6cf2eb #eb6cf2 #f2eb6c

Analogous Colors of #6cf2eb

#6cf2eb #6cb6f2 #6cf2a8

Monochromatic Colors of #6cf2eb

#6cf2eb

Complementary Color

#6cf2eb #f26c73

#6cf2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cf2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cf2eb Color CSS Codes

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

#6cf2eb Text Font Color

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

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


#6cf2eb Background Color

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

This div background color is #6cf2eb


#6cf2eb Border Color

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

This div border color is #6cf2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cf2eb


Comments

No comments written yet.

Please login to write comment.