Color Hex Logo

#6cfaed Color Hex

#6CFAED
(108,250,237)
0 Favorites   0 Comments

Color spaces of #6cfaed

RGB 108250237
HSL0.480.930.70
HSV175°57°98°
CMYK 0.570.000.05   0.02
XYZ55.656077.673892.1799
Yxy77.67380.24680.3444
Hunter Lab88.1327-41.5092-0.3197
CIE-Lab90.6308-41.3093-5.3541

#6cfaed color RGB value is (108,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111010 11101101
Octal 154 372 355
Decimal 108 250 237
Hex 6C FA ED

RGB Percentages of Color #6cfaed

%18.15
%42.02
%39.83

CMYK Percentages of Color #6cfaed

%57
%0
%5
%2

Triadic Colors of #6cfaed

#6cfaed #ed6cfa #faed6c

Analogous Colors of #6cfaed

#6cfaed #6cc0fa #6cfaa6

Monochromatic Colors of #6cfaed

#6cfaed

Complementary Color

#6cfaed #fa6c79

#6cfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfaed Color CSS Codes

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

#6cfaed Text Font Color

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

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


#6cfaed Background Color

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

This div background color is #6cfaed


#6cfaed Border Color

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

This div border color is #6cfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfaed

Related Colors


Comments

No comments written yet.

Please login to write comment.