Color Hex Logo

#339dca Color Hex

#339DCA
(51,157,202)
0 Favorites   0 Comments

Color spaces of #339dca

RGB 51157202
HSL0.550.600.50
HSV198°75°79°
CMYK 0.750.220.00   0.21
XYZ24.082929.082060.2212
Yxy29.08200.21240.2565
Hunter Lab53.9277-14.6595-28.4598
CIE-Lab60.8539-14.8740-31.6630

#339dca color RGB value is (51,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011101 11001010
Octal 63 235 312
Decimal 51 157 202
Hex 33 9D CA

RGB Percentages of Color #339dca

%12.44
%38.29
%49.27

CMYK Percentages of Color #339dca

%75
%22
%0
%21

Triadic Colors of #339dca

#339dca #ca339d #9dca33

Analogous Colors of #339dca

#339dca #3352ca #33caac

Monochromatic Colors of #339dca

#339dca

Complementary Color

#339dca #ca6033

#339dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#339dca Color CSS Codes

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

#339dca Text Font Color

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

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


#339dca Background Color

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

This div background color is #339dca


#339dca Border Color

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

This div border color is #339dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339dca


Comments

No comments written yet.

Please login to write comment.