Color Hex Logo

#338edb Color Hex

#338EDB
(51,142,219)
0 Favorites   0 Comments

Color spaces of #338edb

RGB 51142219
HSL0.580.700.53
HSV208°77°86°
CMYK 0.770.350.00   0.14
XYZ23.824425.164370.6193
Yxy25.16430.19920.2104
Hunter Lab50.1640-3.0121-48.3517
CIE-Lab57.2352-0.4119-46.8540

#338edb color RGB value is (51,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001110 11011011
Octal 63 216 333
Decimal 51 142 219
Hex 33 8E DB

RGB Percentages of Color #338edb

%12.38
%34.47
%53.16

CMYK Percentages of Color #338edb

%77
%35
%0
%14

Triadic Colors of #338edb

#338edb #db338e #8edb33

Analogous Colors of #338edb

#338edb #333adb #33dbd4

Monochromatic Colors of #338edb

#338edb

Complementary Color

#338edb #db8033

#338edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#338edb Color CSS Codes

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

#338edb Text Font Color

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

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


#338edb Background Color

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

This div background color is #338edb


#338edb Border Color

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

This div border color is #338edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338edb


Comments

No comments written yet.

Please login to write comment.