Color Hex Logo

#6efced Color Hex

#6EFCED
(110,252,237)
0 Favorites   0 Comments

Color spaces of #6efced

RGB 110252237
HSL0.480.960.71
HSV174°56°99°
CMYK 0.560.000.06   0.01
XYZ56.526979.050292.3997
Yxy79.05020.24800.3467
Hunter Lab88.9102-42.10690.6201
CIE-Lab91.2570-41.8376-4.4248

#6efced color RGB value is (110,252,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111100 11101101
Octal 156 374 355
Decimal 110 252 237
Hex 6E FC ED

RGB Percentages of Color #6efced

%18.36
%42.07
%39.57

CMYK Percentages of Color #6efced

%56
%0
%6
%1

Triadic Colors of #6efced

#6efced #ed6efc #fced6e

Analogous Colors of #6efced

#6efced #6ec4fc #6efca6

Monochromatic Colors of #6efced

#6efced

Complementary Color

#6efced #fc6e7d

#6efced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efced Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efced Color CSS Codes

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

#6efced Text Font Color

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

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


#6efced Background Color

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

This div background color is #6efced


#6efced Border Color

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

This div border color is #6efced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efced

Related Colors


Comments

No comments written yet.

Please login to write comment.