Color Hex Logo

#32aeef Color Hex

#32AEEF
(50,174,239)
0 Favorites   0 Comments

Color spaces of #32aeef

RGB 50174239
HSL0.560.860.57
HSV201°79°94°
CMYK 0.790.270.00   0.06
XYZ32.031437.182287.1500
Yxy37.18220.20490.2378
Hunter Lab60.9772-12.9439-42.0546
CIE-Lab67.4135-11.5918-41.8781

#32aeef color RGB value is (50,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101110 11101111
Octal 62 256 357
Decimal 50 174 239
Hex 32 AE EF

RGB Percentages of Color #32aeef

%10.80
%37.58
%51.62

CMYK Percentages of Color #32aeef

%79
%27
%0
%6

Triadic Colors of #32aeef

#32aeef #ef32ae #aeef32

Analogous Colors of #32aeef

#32aeef #324fef #32efd2

Monochromatic Colors of #32aeef

#32aeef

Complementary Color

#32aeef #ef7332

#32aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#32aeef Color CSS Codes

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

#32aeef Text Font Color

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

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


#32aeef Background Color

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

This div background color is #32aeef


#32aeef Border Color

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

This div border color is #32aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32aeef


Comments

No comments written yet.

Please login to write comment.