Color Hex Logo

#6bbdeb Color Hex

#6BBDEB
(107,189,235)
0 Favorites   0 Comments

Color spaces of #6bbdeb

RGB 107189235
HSL0.560.760.67
HSV202°54°92°
CMYK 0.540.200.00   0.08
XYZ39.256445.519285.3143
Yxy45.51920.23080.2676
Hunter Lab67.4679-14.2081-27.7456
CIE-Lab73.2325-12.2647-30.5324

#6bbdeb color RGB value is (107,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111101 11101011
Octal 153 275 353
Decimal 107 189 235
Hex 6B BD EB

RGB Percentages of Color #6bbdeb

%20.15
%35.59
%44.26

CMYK Percentages of Color #6bbdeb

%54
%20
%0
%8

Triadic Colors of #6bbdeb

#6bbdeb #eb6bbd #bdeb6b

Analogous Colors of #6bbdeb

#6bbdeb #6b7deb #6bebd9

Monochromatic Colors of #6bbdeb

#6bbdeb

Complementary Color

#6bbdeb #eb996b

#6bbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbdeb Color CSS Codes

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

#6bbdeb Text Font Color

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

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


#6bbdeb Background Color

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

This div background color is #6bbdeb


#6bbdeb Border Color

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

This div border color is #6bbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbdeb


Comments

No comments written yet.

Please login to write comment.