Color Hex Logo

#6fd7eb Color Hex

#6FD7EB
(111,215,235)
0 Favorites   0 Comments

Color spaces of #6fd7eb

RGB 111215235
HSL0.530.760.68
HSV190°53°92°
CMYK 0.530.090.00   0.08
XYZ45.851457.978587.3716
Yxy57.97850.23980.3032
Hunter Lab76.1436-25.7640-14.7323
CIE-Lab80.7268-24.7858-19.0814

#6fd7eb color RGB value is (111,215,235).

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

The process color (four color CMYK) of #6fd7eb color hex is 0.53, 0.09, 0.00, 0.08. Web safe color of #6fd7eb is #66ccff. Color #6fd7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11010111 11101011
Octal 157 327 353
Decimal 111 215 235
Hex 6F D7 EB

RGB Percentages of Color #6fd7eb

%19.79
%38.32
%41.89

CMYK Percentages of Color #6fd7eb

%53
%9
%0
%8

Triadic Colors of #6fd7eb

#6fd7eb #eb6fd7 #d7eb6f

Analogous Colors of #6fd7eb

#6fd7eb #6f99eb #6febc1

Monochromatic Colors of #6fd7eb

#6fd7eb

Complementary Color

#6fd7eb #eb836f

#6fd7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd7eb Color CSS Codes

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

#6fd7eb Text Font Color

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

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


#6fd7eb Background Color

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

This div background color is #6fd7eb


#6fd7eb Border Color

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

This div border color is #6fd7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd7eb


Comments

No comments written yet.

Please login to write comment.