Color Hex Logo

#6febdc Color Hex

#6FEBDC
(111,235,220)
0 Favorites   0 Comments

Color spaces of #6febdc

RGB 111235220
HSL0.480.760.68
HSV173°53°92°
CMYK 0.530.000.06   0.08
XYZ49.182167.963578.2362
Yxy67.96350.25170.3478
Hunter Lab82.4400-37.78031.4413
CIE-Lab85.9882-38.1899-3.2928

#6febdc color RGB value is (111,235,220).

#6febdc hex color red value is 111, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6febdc hue: 0.48 , saturation: 0.76 and the lightness value of 6febdc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101011 11011100
Octal 157 353 334
Decimal 111 235 220
Hex 6F EB DC

RGB Percentages of Color #6febdc

%19.61
%41.52
%38.87

CMYK Percentages of Color #6febdc

%53
%0
%6
%8

Triadic Colors of #6febdc

#6febdc #dc6feb #ebdc6f

Analogous Colors of #6febdc

#6febdc #6fbceb #6feb9e

Monochromatic Colors of #6febdc

#6febdc

Complementary Color

#6febdc #eb6f7e

#6febdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6febdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6febdc Color CSS Codes

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

#6febdc Text Font Color

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

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


#6febdc Background Color

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

This div background color is #6febdc


#6febdc Border Color

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

This div border color is #6febdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6febdc


Comments

No comments written yet.

Please login to write comment.