Color Hex Logo

#6fefde Color Hex

#6FEFDE
(111,239,222)
0 Favorites   0 Comments

Color spaces of #6fefde

RGB 111239222
HSL0.480.800.69
HSV172°54°94°
CMYK 0.540.000.07   0.06
XYZ50.606970.386480.0259
Yxy70.38640.25180.3501
Hunter Lab83.8966-39.14692.1731
CIE-Lab87.1860-39.5136-2.5832

#6fefde color RGB value is (111,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101111 11011110
Octal 157 357 336
Decimal 111 239 222
Hex 6F EF DE

RGB Percentages of Color #6fefde

%19.41
%41.78
%38.81

CMYK Percentages of Color #6fefde

%54
%0
%7
%6

Triadic Colors of #6fefde

#6fefde #de6fef #efde6f

Analogous Colors of #6fefde

#6fefde #6fc0ef #6fef9e

Monochromatic Colors of #6fefde

#6fefde

Complementary Color

#6fefde #ef6f80

#6fefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fefde Color CSS Codes

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

#6fefde Text Font Color

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

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


#6fefde Background Color

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

This div background color is #6fefde


#6fefde Border Color

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

This div border color is #6fefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fefde


Comments

No comments written yet.

Please login to write comment.