Color Hex Logo

#6ddaff Color Hex

#6DDAFF
(109,218,255)
0 Favorites   0 Comments

Color spaces of #6ddaff

RGB 109218255
HSL0.541.000.71
HSV195°57°100°
CMYK 0.570.150.00   0.00
XYZ49.428160.6140103.7023
Yxy60.61400.23120.2836
Hunter Lab77.8550-22.9213-24.4754
CIE-Lab82.1708-21.0675-27.5163

#6ddaff color RGB value is (109,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011010 11111111
Octal 155 332 377
Decimal 109 218 255
Hex 6D DA FF

RGB Percentages of Color #6ddaff

%18.73
%37.46
%43.81

CMYK Percentages of Color #6ddaff

%57
%15
%0
%0

Triadic Colors of #6ddaff

#6ddaff #ff6dda #daff6d

Analogous Colors of #6ddaff

#6ddaff #6d91ff #6dffdb

Monochromatic Colors of #6ddaff

#6ddaff

Complementary Color

#6ddaff #ff926d

#6ddaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddaff Color CSS Codes

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

#6ddaff Text Font Color

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

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


#6ddaff Background Color

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

This div background color is #6ddaff


#6ddaff Border Color

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

This div border color is #6ddaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddaff


Comments

No comments written yet.

Please login to write comment.