Color Hex Logo

#6bbced Color Hex

#6BBCED
(107,188,237)
0 Favorites   0 Comments

Color spaces of #6bbced

RGB 107188237
HSL0.560.780.67
HSV203°55°93°
CMYK 0.550.210.00   0.07
XYZ39.332745.206786.7735
Yxy45.20670.22960.2639
Hunter Lab67.2359-13.2412-29.4535
CIE-Lab73.0278-11.1414-31.9305

#6bbced color RGB value is (107,188,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111100 11101101
Octal 153 274 355
Decimal 107 188 237
Hex 6B BC ED

RGB Percentages of Color #6bbced

%20.11
%35.34
%44.55

CMYK Percentages of Color #6bbced

%55
%21
%0
%7

Triadic Colors of #6bbced

#6bbced #ed6bbc #bced6b

Analogous Colors of #6bbced

#6bbced #6b7bed #6beddd

Monochromatic Colors of #6bbced

#6bbced

Complementary Color

#6bbced #ed9c6b

#6bbced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbced Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbced Color CSS Codes

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

#6bbced Text Font Color

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

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


#6bbced Background Color

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

This div background color is #6bbced


#6bbced Border Color

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

This div border color is #6bbced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,188,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbced


Comments

No comments written yet.

Please login to write comment.