Color Hex Logo

#06ebca Color Hex

#06EBCA
(6,235,202)
0 Favorites   0 Comments

Color spaces of #06ebca

RGB 6235202
HSL0.480.950.47
HSV171°97°92°
CMYK 0.970.000.14   0.08
XYZ40.444163.719666.0446
Yxy63.71960.23760.3744
Hunter Lab79.8246-49.25376.8223
CIE-Lab83.8196-54.18082.8032

#06ebca color RGB value is (6,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101011 11001010
Octal 6 353 312
Decimal 6 235 202
Hex 6 EB CA

RGB Percentages of Color #06ebca

%1.35
%53.05
%45.60

CMYK Percentages of Color #06ebca

%97
%0
%14
%8

Triadic Colors of #06ebca

#06ebca #ca06eb #ebca06

Analogous Colors of #06ebca

#06ebca #069aeb #06eb58

Monochromatic Colors of #06ebca

#06ebca

Complementary Color

#06ebca #eb0627

#06ebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06ebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#06ebca Color CSS Codes

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

#06ebca Text Font Color

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

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


#06ebca Background Color

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

This div background color is #06ebca


#06ebca Border Color

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

This div border color is #06ebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06ebca


Comments

No comments written yet.

Please login to write comment.