Color Hex Logo

#06ecee Color Hex

#06ECEE
(6,236,238)
0 Favorites   0 Comments

Color spaces of #06ecee

RGB 6236238
HSL0.500.950.48
HSV181°97°93°
CMYK 0.970.010.00   0.07
XYZ45.503266.202791.2690
Yxy66.20270.22420.3262
Hunter Lab81.3650-42.5631-9.5514
CIE-Lab85.0997-44.6295-14.2653

#06ecee color RGB value is (6,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101100 11101110
Octal 6 354 356
Decimal 6 236 238
Hex 6 EC EE

RGB Percentages of Color #06ecee

%1.25
%49.17
%49.58

CMYK Percentages of Color #06ecee

%97
%1
%0
%7

Triadic Colors of #06ecee

#06ecee #ee06ec #ecee06

Analogous Colors of #06ecee

#06ecee #0678ee #06ee7c

Monochromatic Colors of #06ecee

#06ecee

Complementary Color

#06ecee #ee0806

#06ecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06ecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#06ecee Color CSS Codes

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

#06ecee Text Font Color

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

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


#06ecee Background Color

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

This div background color is #06ecee


#06ecee Border Color

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

This div border color is #06ecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06ecee


Comments

No comments written yet.

Please login to write comment.