Color Hex Logo

#6dbaea Color Hex

#6DBAEA
(109,186,234)
0 Favorites   0 Comments

Color spaces of #6dbaea

RGB 109186234
HSL0.560.750.67
HSV203°53°92°
CMYK 0.530.210.00   0.08
XYZ38.716944.309584.3539
Yxy44.30950.23130.2647
Hunter Lab66.5654-12.6672-28.5385
CIE-Lab72.4349-10.5405-31.2130

#6dbaea color RGB value is (109,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111010 11101010
Octal 155 272 352
Decimal 109 186 234
Hex 6D BA EA

RGB Percentages of Color #6dbaea

%20.60
%35.16
%44.23

CMYK Percentages of Color #6dbaea

%53
%21
%0
%8

Triadic Colors of #6dbaea

#6dbaea #ea6dba #baea6d

Analogous Colors of #6dbaea

#6dbaea #6d7cea #6deadc

Monochromatic Colors of #6dbaea

#6dbaea

Complementary Color

#6dbaea #ea9d6d

#6dbaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbaea Color CSS Codes

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

#6dbaea Text Font Color

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

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


#6dbaea Background Color

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

This div background color is #6dbaea


#6dbaea Border Color

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

This div border color is #6dbaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbaea


Comments

No comments written yet.

Please login to write comment.