Color Hex Logo

#6ceaec Color Hex

#6CEAEC
(108,234,236)
0 Favorites   0 Comments

Color spaces of #6ceaec

RGB 108234236
HSL0.500.770.67
HSV181°54°93°
CMYK 0.540.010.00   0.07
XYZ50.747568.089989.8249
Yxy68.08990.24320.3263
Hunter Lab82.5166-34.6270-6.7795
CIE-Lab86.0514-34.2479-11.6246

#6ceaec color RGB value is (108,234,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101010 11101100
Octal 154 352 354
Decimal 108 234 236
Hex 6C EA EC

RGB Percentages of Color #6ceaec

%18.69
%40.48
%40.83

CMYK Percentages of Color #6ceaec

%54
%1
%0
%7

Triadic Colors of #6ceaec

#6ceaec #ec6cea #eaec6c

Analogous Colors of #6ceaec

#6ceaec #6caaec #6cecae

Monochromatic Colors of #6ceaec

#6ceaec

Complementary Color

#6ceaec #ec6e6c

#6ceaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ceaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ceaec Color CSS Codes

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

#6ceaec Text Font Color

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

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


#6ceaec Background Color

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

This div background color is #6ceaec


#6ceaec Border Color

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

This div border color is #6ceaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ceaec


Comments

No comments written yet.

Please login to write comment.