Color Hex Logo

#338eba Color Hex

#338EBA
(51,142,186)
0 Favorites   0 Comments

Color spaces of #338eba

RGB 51142186
HSL0.550.570.46
HSV200°73°73°
CMYK 0.730.240.00   0.27
XYZ19.901223.595049.9598
Yxy23.59500.21290.2525
Hunter Lab48.5747-11.8737-26.9784
CIE-Lab55.6800-12.0609-30.6727

#338eba color RGB value is (51,142,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001110 10111010
Octal 63 216 272
Decimal 51 142 186
Hex 33 8E BA

RGB Percentages of Color #338eba

%13.46
%37.47
%49.08

CMYK Percentages of Color #338eba

%73
%24
%0
%27

Triadic Colors of #338eba

#338eba #ba338e #8eba33

Analogous Colors of #338eba

#338eba #334aba #33baa3

Monochromatic Colors of #338eba

#338eba

Complementary Color

#338eba #ba5f33

#338eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#338eba Color CSS Codes

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

#338eba Text Font Color

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

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


#338eba Background Color

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

This div background color is #338eba


#338eba Border Color

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

This div border color is #338eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338eba


Comments

No comments written yet.

Please login to write comment.