Color Hex Logo

#6bbdbc Color Hex

#6BBDBC
(107,189,188)
0 Favorites   0 Comments

Color spaces of #6bbdbc

RGB 107189188
HSL0.500.380.58
HSV179°43°74°
CMYK 0.430.000.01   0.26
XYZ33.338143.151854.1490
Yxy43.15180.25520.3303
Hunter Lab65.6900-24.3677-2.8904
CIE-Lab71.6579-25.2180-7.3210

#6bbdbc color RGB value is (107,189,188).

#6bbdbc hex color red value is 107, green value is 189 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6bbdbc hue: 0.50 , saturation: 0.38 and the lightness value of 6bbdbc is 0.58.

The process color (four color CMYK) of #6bbdbc color hex is 0.43, 0.00, 0.01, 0.26. Web safe color of #6bbdbc is #66cccc. Color #6bbdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111101 10111100
Octal 153 275 274
Decimal 107 189 188
Hex 6B BD BC

RGB Percentages of Color #6bbdbc

%22.11
%39.05
%38.84

CMYK Percentages of Color #6bbdbc

%43
%0
%1
%26

Triadic Colors of #6bbdbc

#6bbdbc #bc6bbd #bdbc6b

Analogous Colors of #6bbdbc

#6bbdbc #6b95bd #6bbd93

Monochromatic Colors of #6bbdbc

#6bbdbc

Complementary Color

#6bbdbc #bd6b6c

#6bbdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbdbc Color CSS Codes

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

#6bbdbc Text Font Color

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

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


#6bbdbc Background Color

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

This div background color is #6bbdbc


#6bbdbc Border Color

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

This div border color is #6bbdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbdbc


Comments

No comments written yet.

Please login to write comment.