Color Hex Logo

#329cee Color Hex

#329CEE
(50,156,238)
0 Favorites   0 Comments

Color spaces of #329cee

RGB 50156238
HSL0.570.850.56
HSV206°79°93°
CMYK 0.790.340.00   0.07
XYZ28.636530.628185.2914
Yxy30.62810.19810.2119
Hunter Lab55.3427-4.4866-52.6350
CIE-Lab62.1924-1.8416-49.5504

#329cee color RGB value is (50,156,238).

#329cee hex color red value is 50, green value is 156 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #329cee hue: 0.57 , saturation: 0.85 and the lightness value of 329cee is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011100 11101110
Octal 62 234 356
Decimal 50 156 238
Hex 32 9C EE

RGB Percentages of Color #329cee

%11.26
%35.14
%53.60

CMYK Percentages of Color #329cee

%79
%34
%0
%7

Triadic Colors of #329cee

#329cee #ee329c #9cee32

Analogous Colors of #329cee

#329cee #323eee #32eee2

Monochromatic Colors of #329cee

#329cee

Complementary Color

#329cee #ee8432

#329cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#329cee Color CSS Codes

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

#329cee Text Font Color

<p style="color:#329cee">Text here</p>

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


#329cee Background Color

<div style="background-color:#329cee">
Div content here</div>

This div background color is #329cee


#329cee Border Color

<div style="border:3px solid #329cee">
Div here</div>

This div border color is #329cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,156,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #329cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #329cee;
  -webkit-box-shadow: 1px 1px 3px 2px #329cee;
  box-shadow:         1px 1px 3px 2px #329cee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,156,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 #329cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329cee


Comments

No comments written yet.

Please login to write comment.