Color Hex Logo

#228aed Color Hex

#228AED
(34,138,237)
0 Favorites   0 Comments

Color spaces of #228aed

RGB 34138237
HSL0.580.850.53
HSV209°86°93°
CMYK 0.860.420.00   0.07
XYZ25.034224.631583.5557
Yxy24.63150.18790.1849
Hunter Lab49.63013.1854-65.0777
CIE-Lab56.71467.0802-57.7358

#228aed color RGB value is (34,138,237).

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

The process color (four color CMYK) of #228aed color hex is 0.86, 0.42, 0.00, 0.07. Web safe color of #228aed is #3399ff. Color #228aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001010 11101101
Octal 42 212 355
Decimal 34 138 237
Hex 22 8A ED

RGB Percentages of Color #228aed

%8.31
%33.74
%57.95

CMYK Percentages of Color #228aed

%86
%42
%0
%7

Triadic Colors of #228aed

#228aed #ed228a #8aed22

Analogous Colors of #228aed

#228aed #2225ed #22edeb

Monochromatic Colors of #228aed

#228aed

Complementary Color

#228aed #ed8522

#228aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#228aed Color CSS Codes

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

#228aed Text Font Color

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

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


#228aed Background Color

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

This div background color is #228aed


#228aed Border Color

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

This div border color is #228aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228aed


Comments

No comments written yet.

Please login to write comment.