Color Hex Logo

#339aee Color Hex

#339AEE
(51,154,238)
0 Favorites   0 Comments

Color spaces of #339aee

RGB 51154238
HSL0.570.850.57
HSV207°79°93°
CMYK 0.790.350.00   0.07
XYZ28.353529.988185.1828
Yxy29.98810.19760.2089
Hunter Lab54.7614-3.4115-53.8942
CIE-Lab61.6440-0.5853-50.4178

#339aee color RGB value is (51,154,238).

#339aee hex color red value is 51, green value is 154 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #339aee hue: 0.57 , saturation: 0.85 and the lightness value of 339aee is 0.57.

The process color (four color CMYK) of #339aee color hex is 0.79, 0.35, 0.00, 0.07. Web safe color of #339aee is #3399ff. Color #339aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011010 11101110
Octal 63 232 356
Decimal 51 154 238
Hex 33 9A EE

RGB Percentages of Color #339aee

%11.51
%34.76
%53.72

CMYK Percentages of Color #339aee

%79
%35
%0
%7

Triadic Colors of #339aee

#339aee #ee339a #9aee33

Analogous Colors of #339aee

#339aee #333cee #33eee5

Monochromatic Colors of #339aee

#339aee

Complementary Color

#339aee #ee8733

#339aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#339aee Color CSS Codes

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

#339aee Text Font Color

<p style="color:#339aee">Text here</p>

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


#339aee Background Color

<div style="background-color:#339aee">
Div content here</div>

This div background color is #339aee


#339aee Border Color

<div style="border:3px solid #339aee">
Div here</div>

This div border color is #339aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,154,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #339aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #339aee;
  -webkit-box-shadow: 1px 1px 3px 2px #339aee;
  box-shadow:         1px 1px 3px 2px #339aee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339aee


Comments

No comments written yet.

Please login to write comment.