Color Hex Logo

#338fdc Color Hex

#338FDC
(51,143,220)
1 Favorites   0 Comments

Color spaces of #338fdc

RGB 51143220
HSL0.580.710.53
HSV207°77°86°
CMYK 0.770.350.00   0.14
XYZ24.106025.516071.3647
Yxy25.51600.19920.2109
Hunter Lab50.5134-3.2146-48.4049
CIE-Lab57.5748-0.6385-46.8755

#338fdc color RGB value is (51,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001111 11011100
Octal 63 217 334
Decimal 51 143 220
Hex 33 8F DC

RGB Percentages of Color #338fdc

%12.32
%34.54
%53.14

CMYK Percentages of Color #338fdc

%77
%35
%0
%14

Triadic Colors of #338fdc

#338fdc #dc338f #8fdc33

Analogous Colors of #338fdc

#338fdc #333bdc #33dcd5

Monochromatic Colors of #338fdc

#338fdc

Complementary Color

#338fdc #dc8033

#338fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#338fdc Color CSS Codes

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

#338fdc Text Font Color

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

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


#338fdc Background Color

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

This div background color is #338fdc


#338fdc Border Color

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

This div border color is #338fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338fdc


Comments

No comments written yet.

Please login to write comment.