Color Hex Logo

#339fae Color Hex

#339FAE
(51,159,174)
0 Favorites   0 Comments

Color spaces of #339fae

RGB 51159174
HSL0.520.550.44
HSV187°71°68°
CMYK 0.710.090.00   0.32
XYZ21.403428.556144.4282
Yxy28.55610.22680.3025
Hunter Lab53.4379-22.0220-11.8871
CIE-Lab60.3879-25.0634-16.6384

#339fae color RGB value is (51,159,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011111 10101110
Octal 63 237 256
Decimal 51 159 174
Hex 33 9F AE

RGB Percentages of Color #339fae

%13.28
%41.41
%45.31

CMYK Percentages of Color #339fae

%71
%9
%0
%32

Triadic Colors of #339fae

#339fae #ae339f #9fae33

Analogous Colors of #339fae

#339fae #3362ae #33ae80

Monochromatic Colors of #339fae

#339fae

Complementary Color

#339fae #ae4233

#339fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#339fae Color CSS Codes

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

#339fae Text Font Color

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

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


#339fae Background Color

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

This div background color is #339fae


#339fae Border Color

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

This div border color is #339fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339fae


Comments

No comments written yet.

Please login to write comment.