Color Hex Logo

#6cdeaf Color Hex

#6CDEAF
(108,222,175)
0 Favorites   0 Comments

Color spaces of #6cdeaf

RGB 108222175
HSL0.430.630.65
HSV155°51°87°
CMYK 0.510.000.21   0.13
XYZ40.043558.525849.7435
Yxy58.52580.27000.3946
Hunter Lab76.5022-40.446614.9998
CIE-Lab81.0302-43.403613.2576

#6cdeaf color RGB value is (108,222,175).

#6cdeaf hex color red value is 108, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6cdeaf hue: 0.43 , saturation: 0.63 and the lightness value of 6cdeaf is 0.65.

The process color (four color CMYK) of #6cdeaf color hex is 0.51, 0.00, 0.21, 0.13. Web safe color of #6cdeaf is #66cc99. Color #6cdeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011110 10101111
Octal 154 336 257
Decimal 108 222 175
Hex 6C DE AF

RGB Percentages of Color #6cdeaf

%21.39
%43.96
%34.65

CMYK Percentages of Color #6cdeaf

%51
%0
%21
%13

Triadic Colors of #6cdeaf

#6cdeaf #af6cde #deaf6c

Analogous Colors of #6cdeaf

#6cdeaf #6cd4de #6cde76

Monochromatic Colors of #6cdeaf

#6cdeaf

Complementary Color

#6cdeaf #de6c9b

#6cdeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdeaf Color CSS Codes

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

#6cdeaf Text Font Color

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

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


#6cdeaf Background Color

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

This div background color is #6cdeaf


#6cdeaf Border Color

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

This div border color is #6cdeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,222,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6cdeaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdeaf


Comments

No comments written yet.

Please login to write comment.