Color Hex Logo

#6efffc Color Hex

#6EFFFC
(110,255,252)
0 Favorites   0 Comments

Color spaces of #6efffc

RGB 110255252
HSL0.501.000.72
HSV179°57°100°
CMYK 0.570.000.01   0.00
XYZ59.761181.8633104.7469
Yxy81.86330.24260.3323
Hunter Lab90.4783-40.4375-5.3053
CIE-Lab92.5145-39.3869-10.3408

#6efffc color RGB value is (110,255,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111111 11111100
Octal 156 377 374
Decimal 110 255 252
Hex 6E FF FC

RGB Percentages of Color #6efffc

%17.83
%41.33
%40.84

CMYK Percentages of Color #6efffc

%57
%0
%1
%0

Triadic Colors of #6efffc

#6efffc #fc6eff #fffc6e

Analogous Colors of #6efffc

#6efffc #6ebaff #6effb4

Monochromatic Colors of #6efffc

#6efffc

Complementary Color

#6efffc #ff6e71

#6efffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efffc Color CSS Codes

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

#6efffc Text Font Color

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

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


#6efffc Background Color

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

This div background color is #6efffc


#6efffc Border Color

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

This div border color is #6efffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efffc

Related Colors


Comments

No comments written yet.

Please login to write comment.