Color Hex Logo

#6ddaef Color Hex

#6DDAEF
(109,218,239)
0 Favorites   0 Comments

Color spaces of #6ddaef

RGB 109218239
HSL0.530.800.68
HSV190°54°94°
CMYK 0.540.090.00   0.06
XYZ46.958159.626090.6954
Yxy59.62600.23800.3022
Hunter Lab77.2179-26.5810-15.5859
CIE-Lab81.6345-25.5681-19.8439

#6ddaef color RGB value is (109,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011010 11101111
Octal 155 332 357
Decimal 109 218 239
Hex 6D DA EF

RGB Percentages of Color #6ddaef

%19.26
%38.52
%42.23

CMYK Percentages of Color #6ddaef

%54
%9
%0
%6

Triadic Colors of #6ddaef

#6ddaef #ef6dda #daef6d

Analogous Colors of #6ddaef

#6ddaef #6d99ef #6defc3

Monochromatic Colors of #6ddaef

#6ddaef

Complementary Color

#6ddaef #ef826d

#6ddaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddaef Color CSS Codes

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

#6ddaef Text Font Color

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

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


#6ddaef Background Color

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

This div background color is #6ddaef


#6ddaef Border Color

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

This div border color is #6ddaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddaef


Comments

No comments written yet.

Please login to write comment.