Color Hex Logo

#338bea Color Hex

#338BEA
(51,139,234)
0 Favorites   0 Comments

Color spaces of #338bea

RGB 51139234
HSL0.590.810.56
HSV211°78°92°
CMYK 0.780.410.00   0.08
XYZ25.449125.109681.3472
Yxy25.10960.19290.1904
Hunter Lab50.10952.9632-61.1741
CIE-Lab57.18216.8263-55.3021

#338bea color RGB value is (51,139,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001011 11101010
Octal 63 213 352
Decimal 51 139 234
Hex 33 8B EA

RGB Percentages of Color #338bea

%12.03
%32.78
%55.19

CMYK Percentages of Color #338bea

%78
%41
%0
%8

Triadic Colors of #338bea

#338bea #ea338b #8bea33

Analogous Colors of #338bea

#338bea #3733ea #33e7ea

Monochromatic Colors of #338bea

#338bea

Complementary Color

#338bea #ea9233

#338bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#338bea Color CSS Codes

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

#338bea Text Font Color

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

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


#338bea Background Color

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

This div background color is #338bea


#338bea Border Color

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

This div border color is #338bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338bea


Comments

No comments written yet.

Please login to write comment.