Color Hex Logo

#6bcaec Color Hex

#6BCAEC
(107,202,236)
0 Favorites   0 Comments

Color spaces of #6bcaec

RGB 107202236
HSL0.540.770.67
HSV196°55°93°
CMYK 0.550.140.00   0.07
XYZ42.324351.423087.0518
Yxy51.42300.23410.2844
Hunter Lab71.7098-20.1386-21.7779
CIE-Lab76.9345-18.7642-25.3928

#6bcaec color RGB value is (107,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001010 11101100
Octal 153 312 354
Decimal 107 202 236
Hex 6B CA EC

RGB Percentages of Color #6bcaec

%19.63
%37.06
%43.30

CMYK Percentages of Color #6bcaec

%55
%14
%0
%7

Triadic Colors of #6bcaec

#6bcaec #ec6bca #caec6b

Analogous Colors of #6bcaec

#6bcaec #6b8aec #6becce

Monochromatic Colors of #6bcaec

#6bcaec

Complementary Color

#6bcaec #ec8d6b

#6bcaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcaec Color CSS Codes

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

#6bcaec Text Font Color

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

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


#6bcaec Background Color

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

This div background color is #6bcaec


#6bcaec Border Color

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

This div border color is #6bcaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcaec


Comments

No comments written yet.

Please login to write comment.