Color Hex Logo

#338feb Color Hex

#338FEB
(51,143,235)
0 Favorites   0 Comments

Color spaces of #338feb

RGB 51143235
HSL0.580.820.56
HSV210°78°92°
CMYK 0.780.390.00   0.08
XYZ26.183126.346982.3027
Yxy26.34690.19420.1954
Hunter Lab51.32921.2269-59.1368
CIE-Lab58.36494.7968-53.9706

#338feb color RGB value is (51,143,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001111 11101011
Octal 63 217 353
Decimal 51 143 235
Hex 33 8F EB

RGB Percentages of Color #338feb

%11.89
%33.33
%54.78

CMYK Percentages of Color #338feb

%78
%39
%0
%8

Triadic Colors of #338feb

#338feb #eb338f #8feb33

Analogous Colors of #338feb

#338feb #3333eb #33ebeb

Monochromatic Colors of #338feb

#338feb

Complementary Color

#338feb #eb8f33

#338feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#338feb Color CSS Codes

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

#338feb Text Font Color

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

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


#338feb Background Color

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

This div background color is #338feb


#338feb Border Color

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

This div border color is #338feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338feb


Comments

No comments written yet.

Please login to write comment.