Color Hex Logo

#338fda Color Hex

#338FDA
(51,143,218)
0 Favorites   0 Comments

Color spaces of #338fda

RGB 51143218
HSL0.570.690.53
HSV207°77°85°
CMYK 0.770.340.00   0.15
XYZ23.842625.410769.9778
Yxy25.41070.20000.2131
Hunter Lab50.4090-3.7884-47.0200
CIE-Lab57.4734-1.3586-45.9174

#338fda color RGB value is (51,143,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001111 11011010
Octal 63 217 332
Decimal 51 143 218
Hex 33 8F DA

RGB Percentages of Color #338fda

%12.38
%34.71
%52.91

CMYK Percentages of Color #338fda

%77
%34
%0
%15

Triadic Colors of #338fda

#338fda #da338f #8fda33

Analogous Colors of #338fda

#338fda #333cda #33dad2

Monochromatic Colors of #338fda

#338fda

Complementary Color

#338fda #da7e33

#338fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#338fda Color CSS Codes

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

#338fda Text Font Color

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

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


#338fda Background Color

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

This div background color is #338fda


#338fda Border Color

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

This div border color is #338fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338fda


Comments

No comments written yet.

Please login to write comment.