Color Hex Logo

#6cefe2 Color Hex

#6CEFE2
(108,239,226)
0 Favorites   0 Comments

Color spaces of #6cefe2

RGB 108239226
HSL0.480.800.68
HSV174°55°94°
CMYK 0.550.000.05   0.06
XYZ50.778370.412182.8661
Yxy70.41210.24880.3451
Hunter Lab83.9119-38.82870.1873
CIE-Lab87.1986-39.1107-4.6720

#6cefe2 color RGB value is (108,239,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101111 11100010
Octal 154 357 342
Decimal 108 239 226
Hex 6C EF E2

RGB Percentages of Color #6cefe2

%18.85
%41.71
%39.44

CMYK Percentages of Color #6cefe2

%55
%0
%5
%6

Triadic Colors of #6cefe2

#6cefe2 #e26cef #efe26c

Analogous Colors of #6cefe2

#6cefe2 #6cbbef #6cefa1

Monochromatic Colors of #6cefe2

#6cefe2

Complementary Color

#6cefe2 #ef6c79

#6cefe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cefe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cefe2 Color CSS Codes

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

#6cefe2 Text Font Color

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

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


#6cefe2 Background Color

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

This div background color is #6cefe2


#6cefe2 Border Color

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

This div border color is #6cefe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cefe2


Comments

No comments written yet.

Please login to write comment.