Color Hex Logo

#338eda Color Hex

#338EDA
(51,142,218)
0 Favorites   0 Comments

Color spaces of #338eda

RGB 51142218
HSL0.580.690.53
HSV207°77°85°
CMYK 0.770.350.00   0.15
XYZ23.693125.111869.9280
Yxy25.11180.19950.2115
Hunter Lab50.1117-3.2996-47.6577
CIE-Lab57.1842-0.7725-46.3751

#338eda color RGB value is (51,142,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001110 11011010
Octal 63 216 332
Decimal 51 142 218
Hex 33 8E DA

RGB Percentages of Color #338eda

%12.41
%34.55
%53.04

CMYK Percentages of Color #338eda

%77
%35
%0
%15

Triadic Colors of #338eda

#338eda #da338e #8eda33

Analogous Colors of #338eda

#338eda #333bda #33dad3

Monochromatic Colors of #338eda

#338eda

Complementary Color

#338eda #da7f33

#338eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#338eda Color CSS Codes

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

#338eda Text Font Color

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

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


#338eda Background Color

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

This div background color is #338eda


#338eda Border Color

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

This div border color is #338eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338eda


Comments

No comments written yet.

Please login to write comment.