Color Hex Logo

#228ede Color Hex

#228EDE
(34,142,222)
0 Favorites   0 Comments

Color spaces of #228ede

RGB 34142222
HSL0.570.740.50
HSV206°85°87°
CMYK 0.850.360.00   0.13
XYZ23.517524.960072.6855
Yxy24.96000.19410.2060
Hunter Lab49.9600-3.4053-51.2875
CIE-Lab57.0364-0.9149-48.8689

#228ede color RGB value is (34,142,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001110 11011110
Octal 42 216 336
Decimal 34 142 222
Hex 22 8E DE

RGB Percentages of Color #228ede

%8.54
%35.68
%55.78

CMYK Percentages of Color #228ede

%85
%36
%0
%13

Triadic Colors of #228ede

#228ede #de228e #8ede22

Analogous Colors of #228ede

#228ede #2230de #22ded0

Monochromatic Colors of #228ede

#228ede

Complementary Color

#228ede #de7222

#228ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#228ede Color CSS Codes

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

#228ede Text Font Color

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

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


#228ede Background Color

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

This div background color is #228ede


#228ede Border Color

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

This div border color is #228ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228ede


Comments

No comments written yet.

Please login to write comment.