Color Hex Logo

#06daee Color Hex

#06DAEE
(6,218,238)
0 Favorites   0 Comments

Color spaces of #06daee

RGB 6218238
HSL0.510.950.48
HSV185°97°93°
CMYK 0.970.080.00   0.07
XYZ40.579156.354689.6277
Yxy56.35460.21750.3021
Hunter Lab75.0697-34.8834-18.2391
CIE-Lab79.8152-36.5026-22.2393

#06daee color RGB value is (6,218,238).

#06daee hex color red value is 6, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #06daee hue: 0.51 , saturation: 0.95 and the lightness value of 06daee is 0.48.

The process color (four color CMYK) of #06daee color hex is 0.97, 0.08, 0.00, 0.07. Web safe color of #06daee is #00ccff. Color #06daee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011010 11101110
Octal 6 332 356
Decimal 6 218 238
Hex 6 DA EE

RGB Percentages of Color #06daee

%1.30
%47.19
%51.52

CMYK Percentages of Color #06daee

%97
%8
%0
%7

Triadic Colors of #06daee

#06daee #ee06da #daee06

Analogous Colors of #06daee

#06daee #0666ee #06ee8e

Monochromatic Colors of #06daee

#06daee

Complementary Color

#06daee #ee1a06

#06daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#06daee Color CSS Codes

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

#06daee Text Font Color

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

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


#06daee Background Color

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

This div background color is #06daee


#06daee Border Color

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

This div border color is #06daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06daee


Comments

No comments written yet.

Please login to write comment.