Color Hex Logo

#6dcbec Color Hex

#6DCBEC
(109,203,236)
0 Favorites   0 Comments

Color spaces of #6dcbec

RGB 109203236
HSL0.540.770.68
HSV196°54°93°
CMYK 0.540.140.00   0.07
XYZ42.802952.019287.1416
Yxy52.01920.23520.2859
Hunter Lab72.1243-20.2850-21.1479
CIE-Lab77.2923-18.8726-24.8397

#6dcbec color RGB value is (109,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001011 11101100
Octal 155 313 354
Decimal 109 203 236
Hex 6D CB EC

RGB Percentages of Color #6dcbec

%19.89
%37.04
%43.07

CMYK Percentages of Color #6dcbec

%54
%14
%0
%7

Triadic Colors of #6dcbec

#6dcbec #ec6dcb #cbec6d

Analogous Colors of #6dcbec

#6dcbec #6d8cec #6decce

Monochromatic Colors of #6dcbec

#6dcbec

Complementary Color

#6dcbec #ec8e6d

#6dcbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcbec Color CSS Codes

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

#6dcbec Text Font Color

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

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


#6dcbec Background Color

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

This div background color is #6dcbec


#6dcbec Border Color

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

This div border color is #6dcbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcbec


Comments

No comments written yet.

Please login to write comment.