Color Hex Logo

#6bbdea Color Hex

#6BBDEA
(107,189,234)
0 Favorites   0 Comments

Color spaces of #6bbdea

RGB 107189234
HSL0.560.750.67
HSV201°54°92°
CMYK 0.540.190.00   0.08
XYZ39.112345.461584.5554
Yxy45.46150.23130.2688
Hunter Lab67.4251-14.4489-27.1558
CIE-Lab73.1947-12.5583-30.0491

#6bbdea color RGB value is (107,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111101 11101010
Octal 153 275 352
Decimal 107 189 234
Hex 6B BD EA

RGB Percentages of Color #6bbdea

%20.19
%35.66
%44.15

CMYK Percentages of Color #6bbdea

%54
%19
%0
%8

Triadic Colors of #6bbdea

#6bbdea #ea6bbd #bdea6b

Analogous Colors of #6bbdea

#6bbdea #6b7eea #6bead8

Monochromatic Colors of #6bbdea

#6bbdea

Complementary Color

#6bbdea #ea986b

#6bbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbdea Color CSS Codes

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

#6bbdea Text Font Color

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

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


#6bbdea Background Color

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

This div background color is #6bbdea


#6bbdea Border Color

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

This div border color is #6bbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbdea


Comments

No comments written yet.

Please login to write comment.