Color Hex Logo

#338bed Color Hex

#338BED
(51,139,237)
0 Favorites   0 Comments

Color spaces of #338bed

RGB 51139237
HSL0.590.840.56
HSV212°78°93°
CMYK 0.780.410.00   0.07
XYZ25.883925.283583.6367
Yxy25.28350.19200.1876
Hunter Lab50.28273.8913-63.4209
CIE-Lab57.35067.9247-56.6983

#338bed color RGB value is (51,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001011 11101101
Octal 63 213 355
Decimal 51 139 237
Hex 33 8B ED

RGB Percentages of Color #338bed

%11.94
%32.55
%55.50

CMYK Percentages of Color #338bed

%78
%41
%0
%7

Triadic Colors of #338bed

#338bed #ed338b #8bed33

Analogous Colors of #338bed

#338bed #3833ed #33e8ed

Monochromatic Colors of #338bed

#338bed

Complementary Color

#338bed #ed9533

#338bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#338bed Color CSS Codes

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

#338bed Text Font Color

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

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


#338bed Background Color

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

This div background color is #338bed


#338bed Border Color

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

This div border color is #338bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338bed


Comments

No comments written yet.

Please login to write comment.