Color Hex Logo

#338beb Color Hex

#338BEB
(51,139,235)
0 Favorites   0 Comments

Color spaces of #338beb

RGB 51139235
HSL0.590.820.56
HSV211°78°92°
CMYK 0.780.410.00   0.08
XYZ25.593325.167282.1061
Yxy25.16720.19260.1894
Hunter Lab50.16693.2720-61.9206
CIE-Lab57.23807.1928-55.7683

#338beb color RGB value is (51,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001011 11101011
Octal 63 213 353
Decimal 51 139 235
Hex 33 8B EB

RGB Percentages of Color #338beb

%12.00
%32.71
%55.29

CMYK Percentages of Color #338beb

%78
%41
%0
%8

Triadic Colors of #338beb

#338beb #eb338b #8beb33

Analogous Colors of #338beb

#338beb #3733eb #33e7eb

Monochromatic Colors of #338beb

#338beb

Complementary Color

#338beb #eb9333

#338beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#338beb Color CSS Codes

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

#338beb Text Font Color

<p style="color:#338beb">Text here</p>

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


#338beb Background Color

<div style="background-color:#338beb">
Div content here</div>

This div background color is #338beb


#338beb Border Color

<div style="border:3px solid #338beb">
Div here</div>

This div border color is #338beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,139,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 #338beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338beb


Comments

No comments written yet.

Please login to write comment.