Color Hex Logo

#339ffe Color Hex

#339FFE
(51,159,254)
0 Favorites   0 Comments

Color spaces of #339ffe

RGB 51159254
HSL0.580.990.60
HSV208°80°100°
CMYK 0.800.370.00   0.00
XYZ31.652832.655898.4009
Yxy32.65580.19450.2007
Hunter Lab57.1453-1.1329-62.0924
CIE-Lab63.88122.2572-55.6380

#339ffe color RGB value is (51,159,254).

#339ffe hex color red value is 51, green value is 159 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #339ffe hue: 0.58 , saturation: 0.99 and the lightness value of 339ffe is 0.60.

The process color (four color CMYK) of #339ffe color hex is 0.80, 0.37, 0.00, 0.00. Web safe color of #339ffe is #3399ff. Color #339ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011111 11111110
Octal 63 237 376
Decimal 51 159 254
Hex 33 9F FE

RGB Percentages of Color #339ffe

%10.99
%34.27
%54.74

CMYK Percentages of Color #339ffe

%80
%37
%0
%0

Triadic Colors of #339ffe

#339ffe #fe339f #9ffe33

Analogous Colors of #339ffe

#339ffe #3339fe #33fef8

Monochromatic Colors of #339ffe

#339ffe

Complementary Color

#339ffe #fe9233

#339ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#339ffe Color CSS Codes

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

#339ffe Text Font Color

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

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


#339ffe Background Color

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

This div background color is #339ffe


#339ffe Border Color

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

This div border color is #339ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339ffe


Comments

No comments written yet.

Please login to write comment.