Color Hex Logo

#6cedec Color Hex

#6CEDEC
(108,237,236)
0 Favorites   0 Comments

Color spaces of #6cedec

RGB 108237236
HSL0.500.780.68
HSV180°54°93°
CMYK 0.540.000.00   0.07
XYZ51.608969.812690.1120
Yxy69.81260.24400.3300
Hunter Lab83.5539-35.9650-5.4559
CIE-Lab86.9049-35.6445-10.3527

#6cedec color RGB value is (108,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101101 11101100
Octal 154 355 354
Decimal 108 237 236
Hex 6C ED EC

RGB Percentages of Color #6cedec

%18.59
%40.79
%40.62

CMYK Percentages of Color #6cedec

%54
%0
%0
%7

Triadic Colors of #6cedec

#6cedec #ec6ced #edec6c

Analogous Colors of #6cedec

#6cedec #6caeed #6cedac

Monochromatic Colors of #6cedec

#6cedec

Complementary Color

#6cedec #ed6c6d

#6cedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cedec Color CSS Codes

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

#6cedec Text Font Color

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

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


#6cedec Background Color

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

This div background color is #6cedec


#6cedec Border Color

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

This div border color is #6cedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cedec


Comments

No comments written yet.

Please login to write comment.