Color Hex Logo

#339ea6 Color Hex

#339EA6
(51,158,166)
0 Favorites   0 Comments

Color spaces of #339ea6

RGB 51158166
HSL0.510.530.43
HSV184°69°65°
CMYK 0.690.050.00   0.35
XYZ20.475027.910740.3845
Yxy27.91070.23070.3144
Hunter Lab52.8306-23.2741-8.3408
CIE-Lab59.8080-27.0274-12.9938

#339ea6 color RGB value is (51,158,166).

#339ea6 hex color red value is 51, green value is 158 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #339ea6 hue: 0.51 , saturation: 0.53 and the lightness value of 339ea6 is 0.43.

The process color (four color CMYK) of #339ea6 color hex is 0.69, 0.05, 0.00, 0.35. Web safe color of #339ea6 is #339999. Color #339ea6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011110 10100110
Octal 63 236 246
Decimal 51 158 166
Hex 33 9E A6

RGB Percentages of Color #339ea6

%13.60
%42.13
%44.27

CMYK Percentages of Color #339ea6

%69
%5
%0
%35

Triadic Colors of #339ea6

#339ea6 #a6339e #9ea633

Analogous Colors of #339ea6

#339ea6 #3365a6 #33a675

Monochromatic Colors of #339ea6

#339ea6

Complementary Color

#339ea6 #a63b33

#339ea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339ea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#339ea6 Color CSS Codes

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

#339ea6 Text Font Color

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

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


#339ea6 Background Color

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

This div background color is #339ea6


#339ea6 Border Color

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

This div border color is #339ea6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,158,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339ea6

#339ea6 Color Palettes


Comments

No comments written yet.

Please login to write comment.