Color Hex Logo

#339bce Color Hex

#339BCE
(51,155,206)
0 Favorites   0 Comments

Color spaces of #339bce

RGB 51155206
HSL0.550.610.50
HSV200°75°81°
CMYK 0.750.250.00   0.19
XYZ24.227228.602762.6365
Yxy28.60270.20980.2477
Hunter Lab53.4815-12.7318-32.0023
CIE-Lab60.4294-12.4134-34.5610

#339bce color RGB value is (51,155,206).

#339bce hex color red value is 51, green value is 155 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #339bce hue: 0.55 , saturation: 0.61 and the lightness value of 339bce is 0.50.

The process color (four color CMYK) of #339bce color hex is 0.75, 0.25, 0.00, 0.19. Web safe color of #339bce is #3399cc. Color #339bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011011 11001110
Octal 63 233 316
Decimal 51 155 206
Hex 33 9B CE

RGB Percentages of Color #339bce

%12.38
%37.62
%50.00

CMYK Percentages of Color #339bce

%75
%25
%0
%19

Triadic Colors of #339bce

#339bce #ce339b #9bce33

Analogous Colors of #339bce

#339bce #334ece #33ceb4

Monochromatic Colors of #339bce

#339bce

Complementary Color

#339bce #ce6633

#339bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#339bce Color CSS Codes

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

#339bce Text Font Color

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

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


#339bce Background Color

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

This div background color is #339bce


#339bce Border Color

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

This div border color is #339bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339bce


Comments

No comments written yet.

Please login to write comment.