Color Hex Logo

#6ccaec Color Hex

#6CCAEC
(108,202,236)
0 Favorites   0 Comments

Color spaces of #6ccaec

RGB 108202236
HSL0.540.770.67
HSV196°54°93°
CMYK 0.540.140.00   0.07
XYZ42.445251.485387.0574
Yxy51.48530.23450.2845
Hunter Lab71.7533-19.9776-21.7086
CIE-Lab76.9720-18.5627-25.3321

#6ccaec color RGB value is (108,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001010 11101100
Octal 154 312 354
Decimal 108 202 236
Hex 6C CA EC

RGB Percentages of Color #6ccaec

%19.78
%37.00
%43.22

CMYK Percentages of Color #6ccaec

%54
%14
%0
%7

Triadic Colors of #6ccaec

#6ccaec #ec6cca #caec6c

Analogous Colors of #6ccaec

#6ccaec #6c8aec #6cecce

Monochromatic Colors of #6ccaec

#6ccaec

Complementary Color

#6ccaec #ec8e6c

#6ccaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccaec Color CSS Codes

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

#6ccaec Text Font Color

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

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


#6ccaec Background Color

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

This div background color is #6ccaec


#6ccaec Border Color

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

This div border color is #6ccaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccaec


Comments

No comments written yet.

Please login to write comment.