Color Hex Logo

#339dbf Color Hex

#339DBF
(51,157,191)
0 Favorites   0 Comments

Color spaces of #339dbf

RGB 51157191
HSL0.540.580.47
HSV195°73°75°
CMYK 0.730.180.00   0.25
XYZ22.826228.579353.6035
Yxy28.57930.21740.2722
Hunter Lab53.4596-17.3383-22.0279
CIE-Lab60.4085-18.5561-26.1826

#339dbf color RGB value is (51,157,191).

#339dbf hex color red value is 51, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #339dbf hue: 0.54 , saturation: 0.58 and the lightness value of 339dbf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011101 10111111
Octal 63 235 277
Decimal 51 157 191
Hex 33 9D BF

RGB Percentages of Color #339dbf

%12.78
%39.35
%47.87

CMYK Percentages of Color #339dbf

%73
%18
%0
%25

Triadic Colors of #339dbf

#339dbf #bf339d #9dbf33

Analogous Colors of #339dbf

#339dbf #3357bf #33bf9b

Monochromatic Colors of #339dbf

#339dbf

Complementary Color

#339dbf #bf5533

#339dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#339dbf Color CSS Codes

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

#339dbf Text Font Color

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

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


#339dbf Background Color

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

This div background color is #339dbf


#339dbf Border Color

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

This div border color is #339dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339dbf


Comments

No comments written yet.

Please login to write comment.