Color Hex Logo

#6effdc Color Hex

#6EFFDC
(110,255,220)
0 Favorites   0 Comments

Color spaces of #6effdc

RGB 110255220
HSL0.461.000.72
HSV166°57°100°
CMYK 0.570.000.14   0.00
XYZ55.108780.002380.2476
Yxy80.00230.25590.3715
Hunter Lab89.4440-46.54879.4169
CIE-Lab91.6859-47.23265.0087

#6effdc color RGB value is (110,255,220).

#6effdc hex color red value is 110, green value is 255 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6effdc hue: 0.46 , saturation: 1.00 and the lightness value of 6effdc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111111 11011100
Octal 156 377 334
Decimal 110 255 220
Hex 6E FF DC

RGB Percentages of Color #6effdc

%18.80
%43.59
%37.61

CMYK Percentages of Color #6effdc

%57
%0
%14
%0

Triadic Colors of #6effdc

#6effdc #dc6eff #ffdc6e

Analogous Colors of #6effdc

#6effdc #6edaff #6eff94

Monochromatic Colors of #6effdc

#6effdc

Complementary Color

#6effdc #ff6e91

#6effdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6effdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6effdc Color CSS Codes

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

#6effdc Text Font Color

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

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


#6effdc Background Color

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

This div background color is #6effdc


#6effdc Border Color

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

This div border color is #6effdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6effdc

Related Colors


Comments

No comments written yet.

Please login to write comment.