Color Hex Logo

#6dbfea Color Hex

#6DBFEA
(109,191,234)
0 Favorites   0 Comments

Color spaces of #6dbfea

RGB 109191234
HSL0.560.750.67
HSV201°53°92°
CMYK 0.530.180.00   0.08
XYZ39.788846.453384.7112
Yxy46.45330.23270.2717
Hunter Lab68.1567-15.0686-25.9813
CIE-Lab73.8387-13.2021-29.0516

#6dbfea color RGB value is (109,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111111 11101010
Octal 155 277 352
Decimal 109 191 234
Hex 6D BF EA

RGB Percentages of Color #6dbfea

%20.41
%35.77
%43.82

CMYK Percentages of Color #6dbfea

%53
%18
%0
%8

Triadic Colors of #6dbfea

#6dbfea #ea6dbf #bfea6d

Analogous Colors of #6dbfea

#6dbfea #6d81ea #6dead7

Monochromatic Colors of #6dbfea

#6dbfea

Complementary Color

#6dbfea #ea986d

#6dbfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbfea Color CSS Codes

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

#6dbfea Text Font Color

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

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


#6dbfea Background Color

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

This div background color is #6dbfea


#6dbfea Border Color

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

This div border color is #6dbfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbfea


Comments

No comments written yet.

Please login to write comment.