Color Hex Logo

#6acebc Color Hex

#6ACEBC
(106,206,188)
2 Favorites   0 Comments

Color spaces of #6acebc

RGB 106206188
HSL0.470.510.61
HSV169°49°81°
CMYK 0.490.000.09   0.19
XYZ37.092350.837655.4346
Yxy50.83760.25870.3546
Hunter Lab71.3005-31.91573.8136
CIE-Lab76.5805-33.6681-0.0779

#6acebc color RGB value is (106,206,188).

#6acebc hex color red value is 106, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6acebc hue: 0.47 , saturation: 0.51 and the lightness value of 6acebc is 0.61.

The process color (four color CMYK) of #6acebc color hex is 0.49, 0.00, 0.09, 0.19. Web safe color of #6acebc is #66cccc. Color #6acebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001110 10111100
Octal 152 316 274
Decimal 106 206 188
Hex 6A CE BC

RGB Percentages of Color #6acebc

%21.20
%41.20
%37.60

CMYK Percentages of Color #6acebc

%49
%0
%9
%19

Triadic Colors of #6acebc

#6acebc #bc6ace #cebc6a

Analogous Colors of #6acebc

#6acebc #6aaece #6ace8a

Monochromatic Colors of #6acebc

#6acebc

Complementary Color

#6acebc #ce6a7c

#6acebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acebc Color CSS Codes

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

#6acebc Text Font Color

<p style="color:#6acebc">Text here</p>

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


#6acebc Background Color

<div style="background-color:#6acebc">
Div content here</div>

This div background color is #6acebc


#6acebc Border Color

<div style="border:3px solid #6acebc">
Div here</div>

This div border color is #6acebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,206,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6acebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6acebc;
  -webkit-box-shadow: 1px 1px 3px 2px #6acebc;
  box-shadow:         1px 1px 3px 2px #6acebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,206,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acebc


Comments

No comments written yet.

Please login to write comment.