Color Hex Logo

#3acebc Color Hex

#3ACEBC
(58,206,188)
0 Favorites   0 Comments

Color spaces of #3acebc

RGB 58206188
HSL0.480.600.52
HSV173°72°81°
CMYK 0.720.000.09   0.19
XYZ32.893348.673055.2381
Yxy48.67300.24040.3558
Hunter Lab69.7660-37.93141.8927
CIE-Lab75.2474-42.2654-2.1874

#3acebc color RGB value is (58,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001110 10111100
Octal 72 316 274
Decimal 58 206 188
Hex 3A CE BC

RGB Percentages of Color #3acebc

%12.83
%45.58
%41.59

CMYK Percentages of Color #3acebc

%72
%0
%9
%19

Triadic Colors of #3acebc

#3acebc #bc3ace #cebc3a

Analogous Colors of #3acebc

#3acebc #3a96ce #3ace72

Monochromatic Colors of #3acebc

#3acebc

Complementary Color

#3acebc #ce3a4c

#3acebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acebc Color CSS Codes

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

#3acebc Text Font Color

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

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


#3acebc Background Color

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

This div background color is #3acebc


#3acebc Border Color

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

This div border color is #3acebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acebc


Comments

No comments written yet.

Please login to write comment.