Color Hex Logo

#6dfcef Color Hex

#6DFCEF
(109,252,239)
0 Favorites   0 Comments

Color spaces of #6dfcef

RGB 109252239
HSL0.480.960.71
HSV175°57°99°
CMYK 0.570.000.05   0.01
XYZ56.697179.104093.9417
Yxy79.10400.24680.3443
Hunter Lab88.9404-41.8569-0.3657
CIE-Lab91.2813-41.5209-5.4304

#6dfcef color RGB value is (109,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111100 11101111
Octal 155 374 357
Decimal 109 252 239
Hex 6D FC EF

RGB Percentages of Color #6dfcef

%18.17
%42.00
%39.83

CMYK Percentages of Color #6dfcef

%57
%0
%5
%1

Triadic Colors of #6dfcef

#6dfcef #ef6dfc #fcef6d

Analogous Colors of #6dfcef

#6dfcef #6dc2fc #6dfca8

Monochromatic Colors of #6dfcef

#6dfcef

Complementary Color

#6dfcef #fc6d7a

#6dfcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfcef Color CSS Codes

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

#6dfcef Text Font Color

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

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


#6dfcef Background Color

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

This div background color is #6dfcef


#6dfcef Border Color

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

This div border color is #6dfcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfcef

Related Colors


Comments

No comments written yet.

Please login to write comment.