Color Hex Logo

#339cea Color Hex

#339CEA
(51,156,234)
0 Favorites   0 Comments

Color spaces of #339cea

RGB 51156234
HSL0.570.810.56
HSV206°78°92°
CMYK 0.780.330.00   0.08
XYZ28.105030.421382.2325
Yxy30.42130.19970.2161
Hunter Lab55.1555-5.5658-49.7878
CIE-Lab62.0160-3.1680-47.6236

#339cea color RGB value is (51,156,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011100 11101010
Octal 63 234 352
Decimal 51 156 234
Hex 33 9C EA

RGB Percentages of Color #339cea

%11.56
%35.37
%53.06

CMYK Percentages of Color #339cea

%78
%33
%0
%8

Triadic Colors of #339cea

#339cea #ea339c #9cea33

Analogous Colors of #339cea

#339cea #3341ea #33eadd

Monochromatic Colors of #339cea

#339cea

Complementary Color

#339cea #ea8133

#339cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#339cea Color CSS Codes

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

#339cea Text Font Color

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

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


#339cea Background Color

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

This div background color is #339cea


#339cea Border Color

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

This div border color is #339cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339cea


Comments

No comments written yet.

Please login to write comment.