Color Hex Logo

#6ddae5 Color Hex

#6DDAE5
(109,218,229)
0 Favorites   0 Comments

Color spaces of #6ddae5

RGB 109218229
HSL0.520.700.66
HSV186°52°90°
CMYK 0.520.050.00   0.10
XYZ45.520959.051283.1275
Yxy59.05120.24250.3146
Hunter Lab76.8448-28.7395-10.3461
CIE-Lab81.3197-28.2858-14.9998

#6ddae5 color RGB value is (109,218,229).

#6ddae5 hex color red value is 109, green value is 218 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #6ddae5 hue: 0.52 , saturation: 0.70 and the lightness value of 6ddae5 is 0.66.

The process color (four color CMYK) of #6ddae5 color hex is 0.52, 0.05, 0.00, 0.10. Web safe color of #6ddae5 is #66cccc. Color #6ddae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011010 11100101
Octal 155 332 345
Decimal 109 218 229
Hex 6D DA E5

RGB Percentages of Color #6ddae5

%19.60
%39.21
%41.19

CMYK Percentages of Color #6ddae5

%52
%5
%0
%10

Triadic Colors of #6ddae5

#6ddae5 #e56dda #dae56d

Analogous Colors of #6ddae5

#6ddae5 #6d9ee5 #6de5b4

Monochromatic Colors of #6ddae5

#6ddae5

Complementary Color

#6ddae5 #e5786d

#6ddae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddae5 Color CSS Codes

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

#6ddae5 Text Font Color

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

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


#6ddae5 Background Color

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

This div background color is #6ddae5


#6ddae5 Border Color

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

This div border color is #6ddae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddae5


Comments

No comments written yet.

Please login to write comment.