Color Hex Logo

#32aeed Color Hex

#32AEED
(50,174,237)
0 Favorites   0 Comments

Color spaces of #32aeed

RGB 50174237
HSL0.560.840.56
HSV200°79°93°
CMYK 0.790.270.00   0.07
XYZ31.737537.064685.6022
Yxy37.06460.20550.2400
Hunter Lab60.8807-13.4880-40.7491
CIE-Lab67.3255-12.2798-40.9240

#32aeed color RGB value is (50,174,237).

#32aeed hex color red value is 50, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #32aeed hue: 0.56 , saturation: 0.84 and the lightness value of 32aeed is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101110 11101101
Octal 62 256 355
Decimal 50 174 237
Hex 32 AE ED

RGB Percentages of Color #32aeed

%10.85
%37.74
%51.41

CMYK Percentages of Color #32aeed

%79
%27
%0
%7

Triadic Colors of #32aeed

#32aeed #ed32ae #aeed32

Analogous Colors of #32aeed

#32aeed #3251ed #32edcf

Monochromatic Colors of #32aeed

#32aeed

Complementary Color

#32aeed #ed7132

#32aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#32aeed Color CSS Codes

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

#32aeed Text Font Color

<p style="color:#32aeed">Text here</p>

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


#32aeed Background Color

<div style="background-color:#32aeed">
Div content here</div>

This div background color is #32aeed


#32aeed Border Color

<div style="border:3px solid #32aeed">
Div here</div>

This div border color is #32aeed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,174,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32aeed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32aeed;
  -webkit-box-shadow: 1px 1px 3px 2px #32aeed;
  box-shadow:         1px 1px 3px 2px #32aeed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32aeed


Comments

No comments written yet.

Please login to write comment.