Color Hex Logo

#229eea Color Hex

#229EEA
(34,158,234)
0 Favorites   0 Comments

Color spaces of #229eea

RGB 34158234
HSL0.560.830.53
HSV203°85°92°
CMYK 0.850.320.00   0.08
XYZ27.737830.734382.3123
Yxy30.73430.19700.2183
Hunter Lab55.4385-7.7077-49.2238
CIE-Lab62.2827-5.7745-47.2228

#229eea color RGB value is (34,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011110 11101010
Octal 42 236 352
Decimal 34 158 234
Hex 22 9E EA

RGB Percentages of Color #229eea

%7.98
%37.09
%54.93

CMYK Percentages of Color #229eea

%85
%32
%0
%8

Triadic Colors of #229eea

#229eea #ea229e #9eea22

Analogous Colors of #229eea

#229eea #223aea #22ead2

Monochromatic Colors of #229eea

#229eea

Complementary Color

#229eea #ea6e22

#229eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#229eea Color CSS Codes

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

#229eea Text Font Color

<p style="color:#229eea">Text here</p>

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


#229eea Background Color

<div style="background-color:#229eea">
Div content here</div>

This div background color is #229eea


#229eea Border Color

<div style="border:3px solid #229eea">
Div here</div>

This div border color is #229eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229eea


Comments

No comments written yet.

Please login to write comment.