Color Hex Logo

#6dbfeb Color Hex

#6DBFEB
(109,191,235)
0 Favorites   0 Comments

Color spaces of #6dbfeb

RGB 109191235
HSL0.560.760.67
HSV201°54°92°
CMYK 0.540.190.00   0.08
XYZ39.932946.511085.4701
Yxy46.51100.23230.2705
Hunter Lab68.1990-14.8302-26.5657
CIE-Lab73.8759-12.9113-29.5352

#6dbfeb color RGB value is (109,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111111 11101011
Octal 155 277 353
Decimal 109 191 235
Hex 6D BF EB

RGB Percentages of Color #6dbfeb

%20.37
%35.70
%43.93

CMYK Percentages of Color #6dbfeb

%54
%19
%0
%8

Triadic Colors of #6dbfeb

#6dbfeb #eb6dbf #bfeb6d

Analogous Colors of #6dbfeb

#6dbfeb #6d80eb #6debd8

Monochromatic Colors of #6dbfeb

#6dbfeb

Complementary Color

#6dbfeb #eb996d

#6dbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbfeb Color CSS Codes

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

#6dbfeb Text Font Color

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

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


#6dbfeb Background Color

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

This div background color is #6dbfeb


#6dbfeb Border Color

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

This div border color is #6dbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbfeb


Comments

No comments written yet.

Please login to write comment.