Color Hex Logo

#6dbaee Color Hex

#6DBAEE
(109,186,238)
0 Favorites   0 Comments

Color spaces of #6dbaee

RGB 109186238
HSL0.570.790.68
HSV204°54°93°
CMYK 0.540.220.00   0.07
XYZ39.298244.542187.4152
Yxy44.54210.22950.2601
Hunter Lab66.7399-11.6892-30.9395
CIE-Lab72.5894-9.3606-33.1424

#6dbaee color RGB value is (109,186,238).

#6dbaee hex color red value is 109, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6dbaee hue: 0.57 , saturation: 0.79 and the lightness value of 6dbaee is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111010 11101110
Octal 155 272 356
Decimal 109 186 238
Hex 6D BA EE

RGB Percentages of Color #6dbaee

%20.45
%34.90
%44.65

CMYK Percentages of Color #6dbaee

%54
%22
%0
%7

Triadic Colors of #6dbaee

#6dbaee #ee6dba #baee6d

Analogous Colors of #6dbaee

#6dbaee #6d7aee #6deee2

Monochromatic Colors of #6dbaee

#6dbaee

Complementary Color

#6dbaee #eea16d

#6dbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbaee Color CSS Codes

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

#6dbaee Text Font Color

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

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


#6dbaee Background Color

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

This div background color is #6dbaee


#6dbaee Border Color

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

This div border color is #6dbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbaee


Comments

No comments written yet.

Please login to write comment.