Color Hex Logo

#6bbecb Color Hex

#6BBECB
(107,190,203)
0 Favorites   0 Comments

Color spaces of #6bbecb

RGB 107190203
HSL0.520.480.61
HSV188°47°80°
CMYK 0.470.060.00   0.20
XYZ35.256444.264563.1856
Yxy44.26450.24710.3102
Hunter Lab66.5316-21.8396-9.7361
CIE-Lab72.4049-21.8005-14.3982

#6bbecb color RGB value is (107,190,203).

#6bbecb hex color red value is 107, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6bbecb hue: 0.52 , saturation: 0.48 and the lightness value of 6bbecb is 0.61.

The process color (four color CMYK) of #6bbecb color hex is 0.47, 0.06, 0.00, 0.20. Web safe color of #6bbecb is #66cccc. Color #6bbecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111110 11001011
Octal 153 276 313
Decimal 107 190 203
Hex 6B BE CB

RGB Percentages of Color #6bbecb

%21.40
%38.00
%40.60

CMYK Percentages of Color #6bbecb

%47
%6
%0
%20

Triadic Colors of #6bbecb

#6bbecb #cb6bbe #becb6b

Analogous Colors of #6bbecb

#6bbecb #6b8ecb #6bcba8

Monochromatic Colors of #6bbecb

#6bbecb

Complementary Color

#6bbecb #cb786b

#6bbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbecb Color CSS Codes

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

#6bbecb Text Font Color

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

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


#6bbecb Background Color

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

This div background color is #6bbecb


#6bbecb Border Color

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

This div border color is #6bbecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbecb


Comments

No comments written yet.

Please login to write comment.