Color Hex Logo

#228aeb Color Hex

#228AEB
(34,138,235)
0 Favorites   0 Comments

Color spaces of #228aeb

RGB 34138235
HSL0.580.830.53
HSV209°86°92°
CMYK 0.860.410.00   0.08
XYZ24.743624.515282.0250
Yxy24.51520.18850.1867
Hunter Lab49.51282.5564-63.5633
CIE-Lab56.60006.3293-56.8084

#228aeb color RGB value is (34,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001010 11101011
Octal 42 212 353
Decimal 34 138 235
Hex 22 8A EB

RGB Percentages of Color #228aeb

%8.35
%33.91
%57.74

CMYK Percentages of Color #228aeb

%86
%41
%0
%8

Triadic Colors of #228aeb

#228aeb #eb228a #8aeb22

Analogous Colors of #228aeb

#228aeb #2225eb #22ebe8

Monochromatic Colors of #228aeb

#228aeb

Complementary Color

#228aeb #eb8322

#228aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#228aeb Color CSS Codes

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

#228aeb Text Font Color

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

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


#228aeb Background Color

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

This div background color is #228aeb


#228aeb Border Color

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

This div border color is #228aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228aeb


Comments

No comments written yet.

Please login to write comment.