Color Hex Logo

#338acc Color Hex

#338ACC
(51,138,204)
0 Favorites   0 Comments

Color spaces of #338acc

RGB 51138204
HSL0.570.600.50
HSV206°75°80°
CMYK 0.750.320.00   0.20
XYZ21.352823.240460.4872
Yxy23.24040.20320.2212
Hunter Lab48.2083-5.3019-40.6457
CIE-Lab55.3191-3.4553-41.4471

#338acc color RGB value is (51,138,204).

#338acc hex color red value is 51, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #338acc hue: 0.57 , saturation: 0.60 and the lightness value of 338acc is 0.50.

The process color (four color CMYK) of #338acc color hex is 0.75, 0.32, 0.00, 0.20. Web safe color of #338acc is #3399cc. Color #338acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001010 11001100
Octal 63 212 314
Decimal 51 138 204
Hex 33 8A CC

RGB Percentages of Color #338acc

%12.98
%35.11
%51.91

CMYK Percentages of Color #338acc

%75
%32
%0
%20

Triadic Colors of #338acc

#338acc #cc338a #8acc33

Analogous Colors of #338acc

#338acc #333ecc #33ccc2

Monochromatic Colors of #338acc

#338acc

Complementary Color

#338acc #cc7533

#338acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#338acc Color CSS Codes

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

#338acc Text Font Color

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

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


#338acc Background Color

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

This div background color is #338acc


#338acc Border Color

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

This div border color is #338acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338acc


Comments

No comments written yet.

Please login to write comment.