Color Hex Logo

#3bceae Color Hex

#3BCEAE
(59,206,174)
0 Favorites   0 Comments

Color spaces of #3bceae

RGB 59206174
HSL0.460.600.52
HSV167°71°81°
CMYK 0.710.000.16   0.19
XYZ31.514948.128447.6731
Yxy48.12840.24750.3780
Hunter Lab69.3746-40.31827.8191
CIE-Lab74.9058-45.76674.8657

#3bceae color RGB value is (59,206,174).

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

The process color (four color CMYK) of #3bceae color hex is 0.71, 0.00, 0.16, 0.19. Web safe color of #3bceae is #33cc99. Color #3bceae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001110 10101110
Octal 73 316 256
Decimal 59 206 174
Hex 3B CE AE

RGB Percentages of Color #3bceae

%13.44
%46.92
%39.64

CMYK Percentages of Color #3bceae

%71
%0
%16
%19

Triadic Colors of #3bceae

#3bceae #ae3bce #ceae3b

Analogous Colors of #3bceae

#3bceae #3ba5ce #3bce65

Monochromatic Colors of #3bceae

#3bceae

Complementary Color

#3bceae #ce3b5b

#3bceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bceae Color CSS Codes

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

#3bceae Text Font Color

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

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


#3bceae Background Color

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

This div background color is #3bceae


#3bceae Border Color

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

This div border color is #3bceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bceae


Comments

No comments written yet.

Please login to write comment.