Color Hex Logo

#339ace Color Hex

#339ACE
(51,154,206)
0 Favorites   0 Comments

Color spaces of #339ace

RGB 51154206
HSL0.560.610.50
HSV200°75°81°
CMYK 0.750.250.00   0.19
XYZ24.061428.271262.5812
Yxy28.27120.20940.2460
Hunter Lab53.1707-12.2718-32.5641
CIE-Lab60.1330-11.8606-35.0231

#339ace color RGB value is (51,154,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011010 11001110
Octal 63 232 316
Decimal 51 154 206
Hex 33 9A CE

RGB Percentages of Color #339ace

%12.41
%37.47
%50.12

CMYK Percentages of Color #339ace

%75
%25
%0
%19

Triadic Colors of #339ace

#339ace #ce339a #9ace33

Analogous Colors of #339ace

#339ace #334cce #33ceb5

Monochromatic Colors of #339ace

#339ace

Complementary Color

#339ace #ce6733

#339ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#339ace Color CSS Codes

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

#339ace Text Font Color

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

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


#339ace Background Color

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

This div background color is #339ace


#339ace Border Color

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

This div border color is #339ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339ace


Comments

No comments written yet.

Please login to write comment.