Color Hex Logo

#339cae Color Hex

#339CAE
(51,156,174)
0 Favorites   0 Comments

Color spaces of #339cae

RGB 51156174
HSL0.520.550.44
HSV189°71°68°
CMYK 0.710.100.00   0.32
XYZ20.893727.536744.2583
Yxy27.53670.22540.2971
Hunter Lab52.4754-20.7601-13.2730
CIE-Lab59.4678-23.5320-18.0353

#339cae color RGB value is (51,156,174).

#339cae hex color red value is 51, green value is 156 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #339cae hue: 0.52 , saturation: 0.55 and the lightness value of 339cae is 0.44.

The process color (four color CMYK) of #339cae color hex is 0.71, 0.10, 0.00, 0.32. Web safe color of #339cae is #339999. Color #339cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011100 10101110
Octal 63 234 256
Decimal 51 156 174
Hex 33 9C AE

RGB Percentages of Color #339cae

%13.39
%40.94
%45.67

CMYK Percentages of Color #339cae

%71
%10
%0
%32

Triadic Colors of #339cae

#339cae #ae339c #9cae33

Analogous Colors of #339cae

#339cae #335fae #33ae83

Monochromatic Colors of #339cae

#339cae

Complementary Color

#339cae #ae4533

#339cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#339cae Color CSS Codes

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

#339cae Text Font Color

<p style="color:#339cae">Text here</p>

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


#339cae Background Color

<div style="background-color:#339cae">
Div content here</div>

This div background color is #339cae


#339cae Border Color

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

This div border color is #339cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,156,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #339cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #339cae;
  -webkit-box-shadow: 1px 1px 3px 2px #339cae;
  box-shadow:         1px 1px 3px 2px #339cae; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339cae


Comments

No comments written yet.

Please login to write comment.