Color Hex Logo

#6ffffd Color Hex

#6FFFFD
(111,255,253)
0 Favorites   0 Comments

Color spaces of #6ffffd

RGB 111255253
HSL0.501.000.72
HSV179°56°100°
CMYK 0.560.000.01   0.00
XYZ60.045281.9914105.5897
Yxy81.99140.24250.3311
Hunter Lab90.5491-40.0935-5.7540
CIE-Lab92.5711-38.9530-10.7714

#6ffffd color RGB value is (111,255,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111111 11111101
Octal 157 377 375
Decimal 111 255 253
Hex 6F FF FD

RGB Percentages of Color #6ffffd

%17.93
%41.20
%40.87

CMYK Percentages of Color #6ffffd

%56
%0
%1
%0

Triadic Colors of #6ffffd

#6ffffd #fd6fff #fffd6f

Analogous Colors of #6ffffd

#6ffffd #6fb9ff #6fffb5

Monochromatic Colors of #6ffffd

#6ffffd

Complementary Color

#6ffffd #ff6f71

#6ffffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffffd Color CSS Codes

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

#6ffffd Text Font Color

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

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


#6ffffd Background Color

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

This div background color is #6ffffd


#6ffffd Border Color

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

This div border color is #6ffffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffffd

Related Colors


Comments

No comments written yet.

Please login to write comment.