Color Hex Logo

#6cfad8 Color Hex

#6CFAD8
(108,250,216)
0 Favorites   0 Comments

Color spaces of #6cfad8

RGB 108250216
HSL0.460.930.70
HSV166°57°98°
CMYK 0.570.000.14   0.02
XYZ52.764676.517276.9541
Yxy76.51720.25580.3710
Hunter Lab87.4741-45.40819.0723
CIE-Lab90.0989-46.38964.7786

#6cfad8 color RGB value is (108,250,216).

#6cfad8 hex color red value is 108, green value is 250 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #6cfad8 hue: 0.46 , saturation: 0.93 and the lightness value of 6cfad8 is 0.70.

The process color (four color CMYK) of #6cfad8 color hex is 0.57, 0.00, 0.14, 0.02. Web safe color of #6cfad8 is #66ffcc. Color #6cfad8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111010 11011000
Octal 154 372 330
Decimal 108 250 216
Hex 6C FA D8

RGB Percentages of Color #6cfad8

%18.82
%43.55
%37.63

CMYK Percentages of Color #6cfad8

%57
%0
%14
%2

Triadic Colors of #6cfad8

#6cfad8 #d86cfa #fad86c

Analogous Colors of #6cfad8

#6cfad8 #6cd5fa #6cfa91

Monochromatic Colors of #6cfad8

#6cfad8

Complementary Color

#6cfad8 #fa6c8e

#6cfad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfad8 Color CSS Codes

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

#6cfad8 Text Font Color

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

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


#6cfad8 Background Color

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

This div background color is #6cfad8


#6cfad8 Border Color

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

This div border color is #6cfad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfad8

Related Colors


Comments

No comments written yet.

Please login to write comment.