Color Hex Logo

#339cdd Color Hex

#339CDD
(51,156,221)
0 Favorites   0 Comments

Color spaces of #339cdd

RGB 51156221
HSL0.560.710.53
HSV203°77°87°
CMYK 0.770.290.00   0.13
XYZ26.304929.701272.7531
Yxy29.70120.20430.2307
Hunter Lab54.4988-9.2164-40.9999
CIE-Lab61.3955-7.7627-41.4073

#339cdd color RGB value is (51,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011100 11011101
Octal 63 234 335
Decimal 51 156 221
Hex 33 9C DD

RGB Percentages of Color #339cdd

%11.92
%36.45
%51.64

CMYK Percentages of Color #339cdd

%77
%29
%0
%13

Triadic Colors of #339cdd

#339cdd #dd339c #9cdd33

Analogous Colors of #339cdd

#339cdd #3347dd #33ddc9

Monochromatic Colors of #339cdd

#339cdd

Complementary Color

#339cdd #dd7433

#339cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#339cdd Color CSS Codes

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

#339cdd Text Font Color

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

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


#339cdd Background Color

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

This div background color is #339cdd


#339cdd Border Color

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

This div border color is #339cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339cdd


Comments

No comments written yet.

Please login to write comment.