Color Hex Logo

#338cbe Color Hex

#338CBE
(51,140,190)
0 Favorites   0 Comments

Color spaces of #338cbe

RGB 51140190
HSL0.560.580.47
HSV202°73°75°
CMYK 0.730.260.00   0.25
XYZ20.037623.177752.1328
Yxy23.17770.21020.2431
Hunter Lab48.1432-9.9575-30.5030
CIE-Lab55.2549-9.5518-33.6104

#338cbe color RGB value is (51,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001100 10111110
Octal 63 214 276
Decimal 51 140 190
Hex 33 8C BE

RGB Percentages of Color #338cbe

%13.39
%36.75
%49.87

CMYK Percentages of Color #338cbe

%73
%26
%0
%25

Triadic Colors of #338cbe

#338cbe #be338c #8cbe33

Analogous Colors of #338cbe

#338cbe #3347be #33beab

Monochromatic Colors of #338cbe

#338cbe

Complementary Color

#338cbe #be6533

#338cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#338cbe Color CSS Codes

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

#338cbe Text Font Color

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

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


#338cbe Background Color

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

This div background color is #338cbe


#338cbe Border Color

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

This div border color is #338cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338cbe


Comments

No comments written yet.

Please login to write comment.