Color Hex Logo

#6cfaee Color Hex

#6CFAEE
(108,250,238)
0 Favorites   0 Comments

Color spaces of #6cfaee

RGB 108250238
HSL0.490.930.70
HSV175°57°98°
CMYK 0.570.000.05   0.02
XYZ55.802677.732492.9517
Yxy77.73240.24640.3432
Hunter Lab88.1660-41.3131-0.7921
CIE-Lab90.6577-41.0579-5.8345

#6cfaee color RGB value is (108,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111010 11101110
Octal 154 372 356
Decimal 108 250 238
Hex 6C FA EE

RGB Percentages of Color #6cfaee

%18.12
%41.95
%39.93

CMYK Percentages of Color #6cfaee

%57
%0
%5
%2

Triadic Colors of #6cfaee

#6cfaee #ee6cfa #faee6c

Analogous Colors of #6cfaee

#6cfaee #6cbffa #6cfaa7

Monochromatic Colors of #6cfaee

#6cfaee

Complementary Color

#6cfaee #fa6c78

#6cfaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfaee Color CSS Codes

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

#6cfaee Text Font Color

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

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


#6cfaee Background Color

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

This div background color is #6cfaee


#6cfaee Border Color

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

This div border color is #6cfaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfaee


Comments

No comments written yet.

Please login to write comment.