Color Hex Logo

#6dddef Color Hex

#6DDDEF
(109,221,239)
0 Favorites   0 Comments

Color spaces of #6dddef

RGB 109221239
HSL0.520.800.68
HSV188°54°94°
CMYK 0.540.080.00   0.06
XYZ47.743161.196190.9571
Yxy61.19610.23880.3061
Hunter Lab78.2279-27.9590-14.1780
CIE-Lab82.4841-27.0396-18.5600

#6dddef color RGB value is (109,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011101 11101111
Octal 155 335 357
Decimal 109 221 239
Hex 6D DD EF

RGB Percentages of Color #6dddef

%19.16
%38.84
%42.00

CMYK Percentages of Color #6dddef

%54
%8
%0
%6

Triadic Colors of #6dddef

#6dddef #ef6ddd #ddef6d

Analogous Colors of #6dddef

#6dddef #6d9cef #6defc0

Monochromatic Colors of #6dddef

#6dddef

Complementary Color

#6dddef #ef7f6d

#6dddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dddef Color CSS Codes

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

#6dddef Text Font Color

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

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


#6dddef Background Color

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

This div background color is #6dddef


#6dddef Border Color

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

This div border color is #6dddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dddef


Comments

No comments written yet.

Please login to write comment.