Color Hex Logo

#224bae Color Hex

#224BAE
(34,75,174)
0 Favorites   0 Comments

Color spaces of #224bae

RGB 3475174
HSL0.620.670.41
HSV222°80°68°
CMYK 0.800.570.00   0.32
XYZ10.81578.428241.1012
Yxy8.42820.17920.1397
Hunter Lab29.031415.6957-63.6180
CIE-Lab34.859223.0729-56.8540

#224bae color RGB value is (34,75,174).

#224bae hex color red value is 34, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #224bae hue: 0.62 , saturation: 0.67 and the lightness value of 224bae is 0.41.

The process color (four color CMYK) of #224bae color hex is 0.80, 0.57, 0.00, 0.32. Web safe color of #224bae is #333399. Color #224bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001011 10101110
Octal 42 113 256
Decimal 34 75 174
Hex 22 4B AE

RGB Percentages of Color #224bae

%12.01
%26.50
%61.48

CMYK Percentages of Color #224bae

%80
%57
%0
%32

Triadic Colors of #224bae

#224bae #ae224b #4bae22

Analogous Colors of #224bae

#224bae #3f22ae #2291ae

Monochromatic Colors of #224bae

#224bae

Complementary Color

#224bae #ae8522

#224bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#224bae Color CSS Codes

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

#224bae Text Font Color

<p style="color:#224bae">Text here</p>

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


#224bae Background Color

<div style="background-color:#224bae">
Div content here</div>

This div background color is #224bae


#224bae Border Color

<div style="border:3px solid #224bae">
Div here</div>

This div border color is #224bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,75,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #224bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #224bae;
  -webkit-box-shadow: 1px 1px 3px 2px #224bae;
  box-shadow:         1px 1px 3px 2px #224bae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,75,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 #224bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224bae


Comments

No comments written yet.

Please login to write comment.