Color Hex Logo

#2acebc Color Hex

#2ACEBC
(42,206,188)
0 Favorites   0 Comments

Color spaces of #2acebc

RGB 42206188
HSL0.480.660.49
HSV173°80°81°
CMYK 0.800.000.09   0.19
XYZ32.103348.265755.2011
Yxy48.26570.23680.3560
Hunter Lab69.4735-39.09491.5218
CIE-Lab74.9922-43.9984-2.5919

#2acebc color RGB value is (42,206,188).

#2acebc hex color red value is 42, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2acebc hue: 0.48 , saturation: 0.66 and the lightness value of 2acebc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11001110 10111100
Octal 52 316 274
Decimal 42 206 188
Hex 2A CE BC

RGB Percentages of Color #2acebc

%9.63
%47.25
%43.12

CMYK Percentages of Color #2acebc

%80
%0
%9
%19

Triadic Colors of #2acebc

#2acebc #bc2ace #cebc2a

Analogous Colors of #2acebc

#2acebc #2a8ece #2ace6a

Monochromatic Colors of #2acebc

#2acebc

Complementary Color

#2acebc #ce2a3c

#2acebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2acebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2acebc Color CSS Codes

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

#2acebc Text Font Color

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

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


#2acebc Background Color

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

This div background color is #2acebc


#2acebc Border Color

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

This div border color is #2acebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2acebc


Comments

No comments written yet.

Please login to write comment.