Color Hex Logo

#228add Color Hex

#228ADD
(34,138,221)
0 Favorites   0 Comments

Color spaces of #228add

RGB 34138221
HSL0.570.730.50
HSV207°85°87°
CMYK 0.850.380.00   0.13
XYZ22.799323.737571.7868
Yxy23.73750.19270.2006
Hunter Lab48.7211-1.7320-53.2544
CIE-Lab55.82401.0826-50.2359

#228add color RGB value is (34,138,221).

#228add hex color red value is 34, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #228add hue: 0.57 , saturation: 0.73 and the lightness value of 228add is 0.50.

The process color (four color CMYK) of #228add color hex is 0.85, 0.38, 0.00, 0.13. Web safe color of #228add is #3399cc. Color #228add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001010 11011101
Octal 42 212 335
Decimal 34 138 221
Hex 22 8A DD

RGB Percentages of Color #228add

%8.65
%35.11
%56.23

CMYK Percentages of Color #228add

%85
%38
%0
%13

Triadic Colors of #228add

#228add #dd228a #8add22

Analogous Colors of #228add

#228add #222cdd #22ddd3

Monochromatic Colors of #228add

#228add

Complementary Color

#228add #dd7522

#228add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228add Color Preview on White Background

Lorem ipsum dolor sit amet.

#228add Color CSS Codes

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

#228add Text Font Color

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

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


#228add Background Color

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

This div background color is #228add


#228add Border Color

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

This div border color is #228add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228add


Comments

No comments written yet.

Please login to write comment.