Color Hex Logo

#339bfe Color Hex

#339BFE
(51,155,254)
0 Favorites   0 Comments

Color spaces of #339bfe

RGB 51155254
HSL0.580.990.60
HSV209°80°100°
CMYK 0.800.390.00   0.00
XYZ30.976031.302398.1753
Yxy31.30230.19310.1951
Hunter Lab55.94850.9172-64.8749
CIE-Lab62.76204.5935-57.4199

#339bfe color RGB value is (51,155,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011011 11111110
Octal 63 233 376
Decimal 51 155 254
Hex 33 9B FE

RGB Percentages of Color #339bfe

%11.09
%33.70
%55.22

CMYK Percentages of Color #339bfe

%80
%39
%0
%0

Triadic Colors of #339bfe

#339bfe #fe339b #9bfe33

Analogous Colors of #339bfe

#339bfe #3336fe #33fefc

Monochromatic Colors of #339bfe

#339bfe

Complementary Color

#339bfe #fe9633

#339bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#339bfe Color CSS Codes

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

#339bfe Text Font Color

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

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


#339bfe Background Color

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

This div background color is #339bfe


#339bfe Border Color

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

This div border color is #339bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339bfe


Comments

No comments written yet.

Please login to write comment.