Color Hex Logo

#338eae Color Hex

#338EAE
(51,142,174)
0 Favorites   0 Comments

Color spaces of #338eae

RGB 51142174
HSL0.540.550.44
HSV196°71°68°
CMYK 0.710.180.00   0.32
XYZ18.678223.105843.5198
Yxy23.10580.21900.2709
Hunter Lab48.0685-14.7593-20.0315
CIE-Lab55.1811-16.1216-24.5975

#338eae color RGB value is (51,142,174).

#338eae hex color red value is 51, green value is 142 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #338eae hue: 0.54 , saturation: 0.55 and the lightness value of 338eae is 0.44.

The process color (four color CMYK) of #338eae color hex is 0.71, 0.18, 0.00, 0.32. Web safe color of #338eae is #339999. Color #338eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001110 10101110
Octal 63 216 256
Decimal 51 142 174
Hex 33 8E AE

RGB Percentages of Color #338eae

%13.90
%38.69
%47.41

CMYK Percentages of Color #338eae

%71
%18
%0
%32

Triadic Colors of #338eae

#338eae #ae338e #8eae33

Analogous Colors of #338eae

#338eae #3350ae #33ae91

Monochromatic Colors of #338eae

#338eae

Complementary Color

#338eae #ae5333

#338eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#338eae Color CSS Codes

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

#338eae Text Font Color

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

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


#338eae Background Color

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

This div background color is #338eae


#338eae Border Color

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

This div border color is #338eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338eae


Comments

No comments written yet.

Please login to write comment.