Color Hex Logo

#6fddeb Color Hex

#6FDDEB
(111,221,235)
0 Favorites   0 Comments

Color spaces of #6fddeb

RGB 111221235
HSL0.520.760.68
HSV187°53°92°
CMYK 0.530.060.00   0.08
XYZ47.407461.090687.8903
Yxy61.09060.24140.3111
Hunter Lab78.1605-28.5136-11.9584
CIE-Lab82.4274-27.7293-16.5164

#6fddeb color RGB value is (111,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 11101011
Octal 157 335 353
Decimal 111 221 235
Hex 6F DD EB

RGB Percentages of Color #6fddeb

%19.58
%38.98
%41.45

CMYK Percentages of Color #6fddeb

%53
%6
%0
%8

Triadic Colors of #6fddeb

#6fddeb #eb6fdd #ddeb6f

Analogous Colors of #6fddeb

#6fddeb #6f9feb #6febbb

Monochromatic Colors of #6fddeb

#6fddeb

Complementary Color

#6fddeb #eb7d6f

#6fddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fddeb Color CSS Codes

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

#6fddeb Text Font Color

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

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


#6fddeb Background Color

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

This div background color is #6fddeb


#6fddeb Border Color

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

This div border color is #6fddeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,221,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 #6fddeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fddeb


Comments

No comments written yet.

Please login to write comment.