Color Hex Logo

#228ade Color Hex

#228ADE
(34,138,222)
0 Favorites   0 Comments

Color spaces of #228ade

RGB 34138222
HSL0.570.740.50
HSV207°85°87°
CMYK 0.850.380.00   0.13
XYZ22.933023.791072.4907
Yxy23.79100.19240.1996
Hunter Lab48.7760-1.4328-53.9733
CIE-Lab55.87791.4563-50.7100

#228ade color RGB value is (34,138,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001010 11011110
Octal 42 212 336
Decimal 34 138 222
Hex 22 8A DE

RGB Percentages of Color #228ade

%8.63
%35.03
%56.35

CMYK Percentages of Color #228ade

%85
%38
%0
%13

Triadic Colors of #228ade

#228ade #de228a #8ade22

Analogous Colors of #228ade

#228ade #222cde #22ded4

Monochromatic Colors of #228ade

#228ade

Complementary Color

#228ade #de7622

#228ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#228ade Color CSS Codes

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

#228ade Text Font Color

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

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


#228ade Background Color

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

This div background color is #228ade


#228ade Border Color

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

This div border color is #228ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228ade


Comments

No comments written yet.

Please login to write comment.