Color Hex Logo

#06eecb Color Hex

#06EECB
(6,238,203)
0 Favorites   0 Comments

Color spaces of #06eecb

RGB 6238203
HSL0.470.950.48
HSV171°97°93°
CMYK 0.970.000.15   0.07
XYZ41.429165.499666.9591
Yxy65.49960.23830.3767
Hunter Lab80.9318-50.25637.5986
CIE-Lab84.7405-55.12183.6132

#06eecb color RGB value is (6,238,203).

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

The process color (four color CMYK) of #06eecb color hex is 0.97, 0.00, 0.15, 0.07. Web safe color of #06eecb is #00ffcc. Color #06eecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101110 11001011
Octal 6 356 313
Decimal 6 238 203
Hex 6 EE CB

RGB Percentages of Color #06eecb

%1.34
%53.24
%45.41

CMYK Percentages of Color #06eecb

%97
%0
%15
%7

Triadic Colors of #06eecb

#06eecb #cb06ee #eecb06

Analogous Colors of #06eecb

#06eecb #069dee #06ee57

Monochromatic Colors of #06eecb

#06eecb

Complementary Color

#06eecb #ee0629

#06eecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06eecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06eecb Color CSS Codes

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

#06eecb Text Font Color

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

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


#06eecb Background Color

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

This div background color is #06eecb


#06eecb Border Color

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

This div border color is #06eecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06eecb


Comments

No comments written yet.

Please login to write comment.