Color Hex Logo

#6fedbc Color Hex

#6FEDBC
(111,237,188)
0 Favorites   0 Comments

Color spaces of #6fedbc

RGB 111237188
HSL0.440.780.68
HSV157°53°93°
CMYK 0.530.000.21   0.07
XYZ45.916867.578758.2009
Yxy67.57870.26740.3936
Hunter Lab82.2063-44.158715.5679
CIE-Lab85.7953-46.446513.1963

#6fedbc color RGB value is (111,237,188).

#6fedbc hex color red value is 111, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6fedbc hue: 0.44 , saturation: 0.78 and the lightness value of 6fedbc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101101 10111100
Octal 157 355 274
Decimal 111 237 188
Hex 6F ED BC

RGB Percentages of Color #6fedbc

%20.71
%44.22
%35.07

CMYK Percentages of Color #6fedbc

%53
%0
%21
%7

Triadic Colors of #6fedbc

#6fedbc #bc6fed #edbc6f

Analogous Colors of #6fedbc

#6fedbc #6fdfed #6fed7d

Monochromatic Colors of #6fedbc

#6fedbc

Complementary Color

#6fedbc #ed6fa0

#6fedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fedbc Color CSS Codes

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

#6fedbc Text Font Color

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

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


#6fedbc Background Color

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

This div background color is #6fedbc


#6fedbc Border Color

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

This div border color is #6fedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fedbc


Comments

No comments written yet.

Please login to write comment.