Color Hex Logo

#6bf2ec Color Hex

#6BF2EC
(107,242,236)
0 Favorites   0 Comments

Color spaces of #6bf2ec

RGB 107242236
HSL0.490.840.68
HSV177°56°95°
CMYK 0.560.000.02   0.05
XYZ52.955972.686290.5957
Yxy72.68620.24490.3361
Hunter Lab85.2562-38.3252-3.3239
CIE-Lab88.2978-38.1303-8.2864

#6bf2ec color RGB value is (107,242,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11110010 11101100
Octal 153 362 354
Decimal 107 242 236
Hex 6B F2 EC

RGB Percentages of Color #6bf2ec

%18.29
%41.37
%40.34

CMYK Percentages of Color #6bf2ec

%56
%0
%2
%5

Triadic Colors of #6bf2ec

#6bf2ec #ec6bf2 #f2ec6b

Analogous Colors of #6bf2ec

#6bf2ec #6bb5f2 #6bf2a9

Monochromatic Colors of #6bf2ec

#6bf2ec

Complementary Color

#6bf2ec #f26b71

#6bf2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bf2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bf2ec Color CSS Codes

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

#6bf2ec Text Font Color

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

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


#6bf2ec Background Color

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

This div background color is #6bf2ec


#6bf2ec Border Color

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

This div border color is #6bf2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bf2ec


Comments

No comments written yet.

Please login to write comment.