color codes Logo

#06fdcf color codes

#06FDCF
(6,253,207)
0 Favorites   0 Comments

Color spaces of #06fdcf

RGB 6253207
HSL0.470.980.51
HSV169°98°99°
CMYK 0.980.000.18   0.01
XYZ46.462974.794371.0194
Yxy74.79430.24160.3890
Hunter Lab86.4837-55.448311.8503
CIE-Lab89.2966-59.98868.0979

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

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

The process color (four color CMYK) of #06fdcf color code is 0.98, 0.00, 0.18, 0.01. Web safe color of #06fdcf is #00ffcc. Color #06fdcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111101 11001111
Octal 6 375 317
Decimal 6 253 207
Hex 6 FD CF

RGB Percentages of Color #06fdcf

%1.29
%54.29
%44.42

CMYK Percentages of Color #06fdcf

%98
%0
%18
%1

Triadic Colors of #06fdcf

#06fdcf #cf06fd #fdcf06

Analogous Colors of #06fdcf

#06fdcf #06b0fd #06fd54

Monochromatic Colors of #06fdcf

#06fdcf

Complementary Color

#06fdcf #fd0634

#06fdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06fdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#06fdcf Color CSS Codes

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

#06fdcf Text Font Color

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

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


#06fdcf Background Color

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

This div background color is #06fdcf


#06fdcf Border Color

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

This div border color is #06fdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06fdcf


Comments

No comments written yet.

Please login to write comment.