Color Hex Logo

#339ced Color Hex

#339CED
(51,156,237)
0 Favorites   0 Comments

Color spaces of #339ced

RGB 51156237
HSL0.570.840.56
HSV206°78°93°
CMYK 0.780.340.00   0.07
XYZ28.539830.595284.5220
Yxy30.59520.19870.2130
Hunter Lab55.3129-4.6970-51.8802
CIE-Lab62.1644-2.0986-49.0427

#339ced color RGB value is (51,156,237).

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

The process color (four color CMYK) of #339ced color hex is 0.78, 0.34, 0.00, 0.07. Web safe color of #339ced is #3399ff. Color #339ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011100 11101101
Octal 63 234 355
Decimal 51 156 237
Hex 33 9C ED

RGB Percentages of Color #339ced

%11.49
%35.14
%53.38

CMYK Percentages of Color #339ced

%78
%34
%0
%7

Triadic Colors of #339ced

#339ced #ed339c #9ced33

Analogous Colors of #339ced

#339ced #333fed #33ede1

Monochromatic Colors of #339ced

#339ced

Complementary Color

#339ced #ed8433

#339ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#339ced Color CSS Codes

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

#339ced Text Font Color

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

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


#339ced Background Color

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

This div background color is #339ced


#339ced Border Color

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

This div border color is #339ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339ced


Comments

No comments written yet.

Please login to write comment.