Color Hex Logo

#339acf Color Hex

#339ACF
(51,154,207)
0 Favorites   0 Comments

Color spaces of #339acf

RGB 51154207
HSL0.560.620.51
HSV200°75°81°
CMYK 0.750.260.00   0.19
XYZ24.183328.320063.2232
Yxy28.32000.20900.2447
Hunter Lab53.2165-12.0128-33.1871
CIE-Lab60.1767-11.5160-35.5143

#339acf color RGB value is (51,154,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011010 11001111
Octal 63 232 317
Decimal 51 154 207
Hex 33 9A CF

RGB Percentages of Color #339acf

%12.38
%37.38
%50.24

CMYK Percentages of Color #339acf

%75
%26
%0
%19

Triadic Colors of #339acf

#339acf #cf339a #9acf33

Analogous Colors of #339acf

#339acf #334ccf #33cfb6

Monochromatic Colors of #339acf

#339acf

Complementary Color

#339acf #cf6833

#339acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#339acf Color CSS Codes

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

#339acf Text Font Color

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

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


#339acf Background Color

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

This div background color is #339acf


#339acf Border Color

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

This div border color is #339acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339acf


Comments

No comments written yet.

Please login to write comment.