Color Hex Logo

#6dd4ff Color Hex

#6DD4FF
(109,212,255)
0 Favorites   0 Comments

Color spaces of #6dd4ff

RGB 109212255
HSL0.551.000.71
HSV198°57°100°
CMYK 0.570.170.00   0.00
XYZ47.900257.5582103.1930
Yxy57.55820.22960.2759
Hunter Lab75.8671-20.0680-27.5381
CIE-Lab80.4925-18.0200-30.0872

#6dd4ff color RGB value is (109,212,255).

#6dd4ff hex color red value is 109, green value is 212 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6dd4ff hue: 0.55 , saturation: 1.00 and the lightness value of 6dd4ff is 0.71.

The process color (four color CMYK) of #6dd4ff color hex is 0.57, 0.17, 0.00, 0.00. Web safe color of #6dd4ff is #66ccff. Color #6dd4ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11010100 11111111
Octal 155 324 377
Decimal 109 212 255
Hex 6D D4 FF

RGB Percentages of Color #6dd4ff

%18.92
%36.81
%44.27

CMYK Percentages of Color #6dd4ff

%57
%17
%0
%0

Triadic Colors of #6dd4ff

#6dd4ff #ff6dd4 #d4ff6d

Analogous Colors of #6dd4ff

#6dd4ff #6d8bff #6dffe1

Monochromatic Colors of #6dd4ff

#6dd4ff

Complementary Color

#6dd4ff #ff986d

#6dd4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dd4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dd4ff Color CSS Codes

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

#6dd4ff Text Font Color

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

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


#6dd4ff Background Color

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

This div background color is #6dd4ff


#6dd4ff Border Color

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

This div border color is #6dd4ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,212,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dd4ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dd4ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6dd4ff;
  box-shadow:         1px 1px 3px 2px #6dd4ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,212,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dd4ff

#6dd4ff Color Palettes


Comments

No comments written yet.

Please login to write comment.