Color Hex Logo

#338ebb Color Hex

#338EBB
(51,142,187)
0 Favorites   0 Comments

Color spaces of #338ebb

RGB 51142187
HSL0.560.570.47
HSV200°73°73°
CMYK 0.730.240.00   0.27
XYZ20.007923.637750.5217
Yxy23.63770.21250.2510
Hunter Lab48.6186-11.6249-27.5778
CIE-Lab55.7232-11.7175-31.1743

#338ebb color RGB value is (51,142,187).

#338ebb hex color red value is 51, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #338ebb hue: 0.56 , saturation: 0.57 and the lightness value of 338ebb is 0.47.

The process color (four color CMYK) of #338ebb color hex is 0.73, 0.24, 0.00, 0.27. Web safe color of #338ebb is #3399cc. Color #338ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001110 10111011
Octal 63 216 273
Decimal 51 142 187
Hex 33 8E BB

RGB Percentages of Color #338ebb

%13.42
%37.37
%49.21

CMYK Percentages of Color #338ebb

%73
%24
%0
%27

Triadic Colors of #338ebb

#338ebb #bb338e #8ebb33

Analogous Colors of #338ebb

#338ebb #334abb #33bba4

Monochromatic Colors of #338ebb

#338ebb

Complementary Color

#338ebb #bb6033

#338ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#338ebb Color CSS Codes

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

#338ebb Text Font Color

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

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


#338ebb Background Color

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

This div background color is #338ebb


#338ebb Border Color

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

This div border color is #338ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338ebb


Comments

No comments written yet.

Please login to write comment.