Color Hex Logo

#6efdd4 Color Hex

#6EFDD4
(110,253,212)
0 Favorites   0 Comments

Color spaces of #6efdd4

RGB 110253212
HSL0.450.970.71
HSV163°57°99°
CMYK 0.570.000.16   0.01
XYZ53.439478.319074.5879
Yxy78.31900.25900.3796
Hunter Lab88.4980-47.084611.9778
CIE-Lab90.9253-48.20708.0483

#6efdd4 color RGB value is (110,253,212).

#6efdd4 hex color red value is 110, green value is 253 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #6efdd4 hue: 0.45 , saturation: 0.97 and the lightness value of 6efdd4 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111101 11010100
Octal 156 375 324
Decimal 110 253 212
Hex 6E FD D4

RGB Percentages of Color #6efdd4

%19.13
%44.00
%36.87

CMYK Percentages of Color #6efdd4

%57
%0
%16
%1

Triadic Colors of #6efdd4

#6efdd4 #d46efd #fdd46e

Analogous Colors of #6efdd4

#6efdd4 #6edffd #6efd8d

Monochromatic Colors of #6efdd4

#6efdd4

Complementary Color

#6efdd4 #fd6e97

#6efdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efdd4 Color CSS Codes

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

#6efdd4 Text Font Color

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

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


#6efdd4 Background Color

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

This div background color is #6efdd4


#6efdd4 Border Color

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

This div border color is #6efdd4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,253,212, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6efdd4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6efdd4;
  -webkit-box-shadow: 1px 1px 3px 2px #6efdd4;
  box-shadow:         1px 1px 3px 2px #6efdd4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,253,212, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efdd4


Comments

No comments written yet.

Please login to write comment.