Color Hex Logo

#339fdd Color Hex

#339FDD
(51,159,221)
0 Favorites   0 Comments

Color spaces of #339fdd

RGB 51159221
HSL0.560.710.53
HSV202°77°87°
CMYK 0.770.280.00   0.13
XYZ26.814530.720572.9230
Yxy30.72050.20550.2355
Hunter Lab55.4261-10.6394-39.2084
CIE-Lab62.2710-9.4454-40.0340

#339fdd color RGB value is (51,159,221).

#339fdd hex color red value is 51, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #339fdd hue: 0.56 , saturation: 0.71 and the lightness value of 339fdd is 0.53.

The process color (four color CMYK) of #339fdd color hex is 0.77, 0.28, 0.00, 0.13. Web safe color of #339fdd is #3399cc. Color #339fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011111 11011101
Octal 63 237 335
Decimal 51 159 221
Hex 33 9F DD

RGB Percentages of Color #339fdd

%11.83
%36.89
%51.28

CMYK Percentages of Color #339fdd

%77
%28
%0
%13

Triadic Colors of #339fdd

#339fdd #dd339f #9fdd33

Analogous Colors of #339fdd

#339fdd #334add #33ddc6

Monochromatic Colors of #339fdd

#339fdd

Complementary Color

#339fdd #dd7133

#339fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#339fdd Color CSS Codes

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

#339fdd Text Font Color

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

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


#339fdd Background Color

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

This div background color is #339fdd


#339fdd Border Color

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

This div border color is #339fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339fdd


Comments

No comments written yet.

Please login to write comment.