Color Hex Logo

#6fefce Color Hex

#6FEFCE
(111,239,206)
0 Favorites   0 Comments

Color spaces of #6fefce

RGB 111239206
HSL0.460.800.69
HSV165°54°94°
CMYK 0.540.000.14   0.06
XYZ48.562669.568769.2611
Yxy69.56870.25910.3712
Hunter Lab83.4079-42.03569.1516
CIE-Lab86.7849-43.31655.2108

#6fefce color RGB value is (111,239,206).

#6fefce hex color red value is 111, green value is 239 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6fefce hue: 0.46 , saturation: 0.80 and the lightness value of 6fefce is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101111 11001110
Octal 157 357 316
Decimal 111 239 206
Hex 6F EF CE

RGB Percentages of Color #6fefce

%19.96
%42.99
%37.05

CMYK Percentages of Color #6fefce

%54
%0
%14
%6

Triadic Colors of #6fefce

#6fefce #ce6fef #efce6f

Analogous Colors of #6fefce

#6fefce #6fd0ef #6fef8e

Monochromatic Colors of #6fefce

#6fefce

Complementary Color

#6fefce #ef6f90

#6fefce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fefce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fefce Color CSS Codes

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

#6fefce Text Font Color

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

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


#6fefce Background Color

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

This div background color is #6fefce


#6fefce Border Color

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

This div border color is #6fefce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fefce


Comments

No comments written yet.

Please login to write comment.