Color Hex Logo

#338adc Color Hex

#338ADC
(51,138,220)
0 Favorites   0 Comments

Color spaces of #338adc

RGB 51138220
HSL0.580.710.53
HSV209°77°86°
CMYK 0.770.370.00   0.14
XYZ23.372024.048171.1201
Yxy24.04810.19720.2029
Hunter Lab49.0389-0.7446-51.6599
CIE-Lab56.13592.3179-49.1575

#338adc color RGB value is (51,138,220).

#338adc hex color red value is 51, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #338adc hue: 0.58 , saturation: 0.71 and the lightness value of 338adc is 0.53.

The process color (four color CMYK) of #338adc color hex is 0.77, 0.37, 0.00, 0.14. Web safe color of #338adc is #3399cc. Color #338adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001010 11011100
Octal 63 212 334
Decimal 51 138 220
Hex 33 8A DC

RGB Percentages of Color #338adc

%12.47
%33.74
%53.79

CMYK Percentages of Color #338adc

%77
%37
%0
%14

Triadic Colors of #338adc

#338adc #dc338a #8adc33

Analogous Colors of #338adc

#338adc #3335dc #33dcda

Monochromatic Colors of #338adc

#338adc

Complementary Color

#338adc #dc8533

#338adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#338adc Color CSS Codes

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

#338adc Text Font Color

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

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


#338adc Background Color

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

This div background color is #338adc


#338adc Border Color

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

This div border color is #338adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338adc


Comments

No comments written yet.

Please login to write comment.