Color Hex Logo

#6dbdea Color Hex

#6DBDEA
(109,189,234)
0 Favorites   0 Comments

Color spaces of #6dbdea

RGB 109189234
HSL0.560.750.67
HSV202°53°92°
CMYK 0.530.190.00   0.08
XYZ39.355645.586984.5668
Yxy45.58690.23220.2689
Hunter Lab67.5181-14.1108-26.9984
CIE-Lab73.2767-12.1419-29.9161

#6dbdea color RGB value is (109,189,234).

#6dbdea hex color red value is 109, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6dbdea hue: 0.56 , saturation: 0.75 and the lightness value of 6dbdea is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111101 11101010
Octal 155 275 352
Decimal 109 189 234
Hex 6D BD EA

RGB Percentages of Color #6dbdea

%20.49
%35.53
%43.98

CMYK Percentages of Color #6dbdea

%53
%19
%0
%8

Triadic Colors of #6dbdea

#6dbdea #ea6dbd #bdea6d

Analogous Colors of #6dbdea

#6dbdea #6d7fea #6dead9

Monochromatic Colors of #6dbdea

#6dbdea

Complementary Color

#6dbdea #ea9a6d

#6dbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbdea Color CSS Codes

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

#6dbdea Text Font Color

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

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


#6dbdea Background Color

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

This div background color is #6dbdea


#6dbdea Border Color

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

This div border color is #6dbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbdea


Comments

No comments written yet.

Please login to write comment.