Color Hex Logo

#06fdfd Color Hex

#06FDFD
(6,253,253)
0 Favorites   0 Comments

Color spaces of #06fdfd

RGB 6253253
HSL0.500.980.51
HSV180°98°99°
CMYK 0.980.000.00   0.01
XYZ52.930077.3811105.0749
Yxy77.38110.22490.3287
Hunter Lab87.9665-46.5369-9.2446
CIE-Lab90.4967-47.6753-14.0256

#06fdfd color RGB value is (6,253,253).

#06fdfd hex color red value is 6, green value is 253 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #06fdfd hue: 0.50 , saturation: 0.98 and the lightness value of 06fdfd is 0.51.

The process color (four color CMYK) of #06fdfd color hex is 0.98, 0.00, 0.00, 0.01. Web safe color of #06fdfd is #00ffff. Color #06fdfd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111101 11111101
Octal 6 375 375
Decimal 6 253 253
Hex 6 FD FD

RGB Percentages of Color #06fdfd

%1.17
%49.41
%49.41

CMYK Percentages of Color #06fdfd

%98
%0
%0
%1

Triadic Colors of #06fdfd

#06fdfd #fd06fd #fdfd06

Analogous Colors of #06fdfd

#06fdfd #0682fd #06fd82

Monochromatic Colors of #06fdfd

#06fdfd

Complementary Color

#06fdfd #fd0606

#06fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06fdfd Color CSS Codes

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

#06fdfd Text Font Color

<p style="color:#06fdfd">Text here</p>

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


#06fdfd Background Color

<div style="background-color:#06fdfd">
Div content here</div>

This div background color is #06fdfd


#06fdfd Border Color

<div style="border:3px solid #06fdfd">
Div here</div>

This div border color is #06fdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.