Color Hex Logo

#228aea Color Hex

#228AEA
(34,138,234)
0 Favorites   0 Comments

Color spaces of #228aea

RGB 34138234
HSL0.580.830.53
HSV209°85°92°
CMYK 0.850.410.00   0.08
XYZ24.599424.457681.2662
Yxy24.45760.18880.1877
Hunter Lab49.45462.2427-62.8099
CIE-Lab56.54315.9532-56.3436

#228aea color RGB value is (34,138,234).

#228aea hex color red value is 34, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #228aea hue: 0.58 , saturation: 0.83 and the lightness value of 228aea is 0.53.

The process color (four color CMYK) of #228aea color hex is 0.85, 0.41, 0.00, 0.08. Web safe color of #228aea is #3399ff. Color #228aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001010 11101010
Octal 42 212 352
Decimal 34 138 234
Hex 22 8A EA

RGB Percentages of Color #228aea

%8.37
%33.99
%57.64

CMYK Percentages of Color #228aea

%85
%41
%0
%8

Triadic Colors of #228aea

#228aea #ea228a #8aea22

Analogous Colors of #228aea

#228aea #2226ea #22eae6

Monochromatic Colors of #228aea

#228aea

Complementary Color

#228aea #ea8222

#228aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#228aea Color CSS Codes

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

#228aea Text Font Color

<p style="color:#228aea">Text here</p>

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


#228aea Background Color

<div style="background-color:#228aea">
Div content here</div>

This div background color is #228aea


#228aea Border Color

<div style="border:3px solid #228aea">
Div here</div>

This div border color is #228aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,138,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #228aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #228aea;
  -webkit-box-shadow: 1px 1px 3px 2px #228aea;
  box-shadow:         1px 1px 3px 2px #228aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,138,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228aea


Comments

No comments written yet.

Please login to write comment.