Color Hex Logo

#6ddeed Color Hex

#6DDEED
(109,222,237)
0 Favorites   0 Comments

Color spaces of #6ddeed

RGB 109222237
HSL0.520.780.68
HSV187°54°93°
CMYK 0.540.060.00   0.07
XYZ47.714061.608289.4975
Yxy61.60820.24000.3099
Hunter Lab78.4909-28.8503-12.6605
CIE-Lab82.7046-28.0711-17.1667

#6ddeed color RGB value is (109,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011110 11101101
Octal 155 336 355
Decimal 109 222 237
Hex 6D DE ED

RGB Percentages of Color #6ddeed

%19.19
%39.08
%41.73

CMYK Percentages of Color #6ddeed

%54
%6
%0
%7

Triadic Colors of #6ddeed

#6ddeed #ed6dde #deed6d

Analogous Colors of #6ddeed

#6ddeed #6d9eed #6dedbc

Monochromatic Colors of #6ddeed

#6ddeed

Complementary Color

#6ddeed #ed7c6d

#6ddeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddeed Color CSS Codes

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

#6ddeed Text Font Color

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

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


#6ddeed Background Color

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

This div background color is #6ddeed


#6ddeed Border Color

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

This div border color is #6ddeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddeed


Comments

No comments written yet.

Please login to write comment.