Color Hex Logo

#6cfced Color Hex

#6CFCED
(108,252,237)
0 Favorites   0 Comments

Color spaces of #6cfced

RGB 108252237
HSL0.480.960.71
HSV174°57°99°
CMYK 0.570.000.06   0.01
XYZ56.280878.923492.3882
Yxy78.92340.24730.3468
Hunter Lab88.8388-42.38540.5284
CIE-Lab91.1996-42.2014-4.5159

#6cfced color RGB value is (108,252,237).

#6cfced hex color red value is 108, green value is 252 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6cfced hue: 0.48 , saturation: 0.96 and the lightness value of 6cfced is 0.71.

The process color (four color CMYK) of #6cfced color hex is 0.57, 0.00, 0.06, 0.01. Web safe color of #6cfced is #66ffff. Color #6cfced contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111100 11101101
Octal 154 374 355
Decimal 108 252 237
Hex 6C FC ED

RGB Percentages of Color #6cfced

%18.09
%42.21
%39.70

CMYK Percentages of Color #6cfced

%57
%0
%6
%1

Triadic Colors of #6cfced

#6cfced #ed6cfc #fced6c

Analogous Colors of #6cfced

#6cfced #6cc3fc #6cfca5

Monochromatic Colors of #6cfced

#6cfced

Complementary Color

#6cfced #fc6c7b

#6cfced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfced Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfced Color CSS Codes

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

#6cfced Text Font Color

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

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


#6cfced Background Color

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

This div background color is #6cfced


#6cfced Border Color

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

This div border color is #6cfced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfced


Comments

No comments written yet.

Please login to write comment.