Color Hex Logo

#338dda Color Hex

#338DDA
(51,141,218)
0 Favorites   0 Comments

Color spaces of #338dda

RGB 51141218
HSL0.580.690.53
HSV208°77°85°
CMYK 0.770.350.00   0.15
XYZ23.545024.815569.8786
Yxy24.81550.19910.2099
Hunter Lab49.8152-2.8090-48.2989
CIE-Lab56.8952-0.1839-46.8327

#338dda color RGB value is (51,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001101 11011010
Octal 63 215 332
Decimal 51 141 218
Hex 33 8D DA

RGB Percentages of Color #338dda

%12.44
%34.39
%53.17

CMYK Percentages of Color #338dda

%77
%35
%0
%15

Triadic Colors of #338dda

#338dda #da338d #8dda33

Analogous Colors of #338dda

#338dda #333ada #33dad4

Monochromatic Colors of #338dda

#338dda

Complementary Color

#338dda #da8033

#338dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#338dda Color CSS Codes

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

#338dda Text Font Color

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

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


#338dda Background Color

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

This div background color is #338dda


#338dda Border Color

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

This div border color is #338dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338dda


Comments

No comments written yet.

Please login to write comment.