Color Hex Logo

#6bcbec Color Hex

#6BCBEC
(107,203,236)
0 Favorites   0 Comments

Color spaces of #6bcbec

RGB 107203236
HSL0.540.770.67
HSV195°55°93°
CMYK 0.550.140.00   0.07
XYZ42.559751.893887.1303
Yxy51.89380.23440.2858
Hunter Lab72.0374-20.6075-21.2860
CIE-Lab77.2173-19.2764-24.9611

#6bcbec color RGB value is (107,203,236).

#6bcbec hex color red value is 107, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6bcbec hue: 0.54 , saturation: 0.77 and the lightness value of 6bcbec is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001011 11101100
Octal 153 313 354
Decimal 107 203 236
Hex 6B CB EC

RGB Percentages of Color #6bcbec

%19.60
%37.18
%43.22

CMYK Percentages of Color #6bcbec

%55
%14
%0
%7

Triadic Colors of #6bcbec

#6bcbec #ec6bcb #cbec6b

Analogous Colors of #6bcbec

#6bcbec #6b8bec #6beccd

Monochromatic Colors of #6bcbec

#6bcbec

Complementary Color

#6bcbec #ec8c6b

#6bcbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcbec Color CSS Codes

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

#6bcbec Text Font Color

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

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


#6bcbec Background Color

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

This div background color is #6bcbec


#6bcbec Border Color

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

This div border color is #6bcbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcbec


Comments

No comments written yet.

Please login to write comment.