Color Hex Logo

#339deb Color Hex

#339DEB
(51,157,235)
0 Favorites   0 Comments

Color spaces of #339deb

RGB 51157235
HSL0.570.820.56
HSV205°78°92°
CMYK 0.780.330.00   0.08
XYZ28.417630.815983.0476
Yxy30.81590.19970.2166
Hunter Lab55.5121-5.7689-49.8410
CIE-Lab62.3519-3.3853-47.6443

#339deb color RGB value is (51,157,235).

#339deb hex color red value is 51, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #339deb hue: 0.57 , saturation: 0.82 and the lightness value of 339deb is 0.56.

The process color (four color CMYK) of #339deb color hex is 0.78, 0.33, 0.00, 0.08. Web safe color of #339deb is #3399ff. Color #339deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011101 11101011
Octal 63 235 353
Decimal 51 157 235
Hex 33 9D EB

RGB Percentages of Color #339deb

%11.51
%35.44
%53.05

CMYK Percentages of Color #339deb

%78
%33
%0
%8

Triadic Colors of #339deb

#339deb #eb339d #9deb33

Analogous Colors of #339deb

#339deb #3341eb #33ebdd

Monochromatic Colors of #339deb

#339deb

Complementary Color

#339deb #eb8133

#339deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#339deb Color CSS Codes

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

#339deb Text Font Color

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

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


#339deb Background Color

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

This div background color is #339deb


#339deb Border Color

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

This div border color is #339deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339deb


Comments

No comments written yet.

Please login to write comment.