color codes Logo

#06ddf5 color codes

#06DDF5
(6,221,245)
0 Favorites   0 Comments

Color spaces of #06ddf5

RGB 6221245
HSL0.520.950.49
HSV186°98°96°
CMYK 0.980.100.00   0.04
XYZ42.413058.344295.4124
Yxy58.34420.21620.2974
Hunter Lab76.3834-34.5561-20.5923
CIE-Lab80.9298-35.7185-24.2663

#06ddf5 color RGB value is (6,221,245).

#06ddf5 hex color red value is 6, green value is 221 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #06ddf5 hue: 0.52 , saturation: 0.95 and the lightness value of 06ddf5 is 0.49.

The process color (four color CMYK) of #06ddf5 color code is 0.98, 0.10, 0.00, 0.04. Web safe color of #06ddf5 is #00ccff. Color #06ddf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011101 11110101
Octal 6 335 365
Decimal 6 221 245
Hex 6 DD F5

RGB Percentages of Color #06ddf5

%1.27
%46.82
%51.91

CMYK Percentages of Color #06ddf5

%98
%10
%0
%4

Triadic Colors of #06ddf5

#06ddf5 #f506dd #ddf506

Analogous Colors of #06ddf5

#06ddf5 #0666f5 #06f596

Monochromatic Colors of #06ddf5

#06ddf5

Complementary Color

#06ddf5 #f51e06

#06ddf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06ddf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06ddf5 Color CSS Codes

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

#06ddf5 Text Font Color

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

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


#06ddf5 Background Color

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

This div background color is #06ddf5


#06ddf5 Border Color

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

This div border color is #06ddf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06ddf5


Comments

No comments written yet.

Please login to write comment.