Color Hex Logo

#339ceb Color Hex

#339CEB
(51,156,235)
0 Favorites   0 Comments

Color spaces of #339ceb

RGB 51156235
HSL0.570.820.56
HSV206°78°92°
CMYK 0.780.340.00   0.08
XYZ28.249130.478982.9914
Yxy30.47890.19930.2151
Hunter Lab55.2077-5.2772-50.4828
CIE-Lab62.0652-2.8118-48.0974

#339ceb color RGB value is (51,156,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011100 11101011
Octal 63 234 353
Decimal 51 156 235
Hex 33 9C EB

RGB Percentages of Color #339ceb

%11.54
%35.29
%53.17

CMYK Percentages of Color #339ceb

%78
%34
%0
%8

Triadic Colors of #339ceb

#339ceb #eb339c #9ceb33

Analogous Colors of #339ceb

#339ceb #3340eb #33ebde

Monochromatic Colors of #339ceb

#339ceb

Complementary Color

#339ceb #eb8233

#339ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#339ceb Color CSS Codes

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

#339ceb Text Font Color

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

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


#339ceb Background Color

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

This div background color is #339ceb


#339ceb Border Color

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

This div border color is #339ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339ceb


Comments

No comments written yet.

Please login to write comment.