Color Hex Logo

#228ebb Color Hex

#228EBB
(34,142,187)
0 Favorites   0 Comments

Color spaces of #228ebb

RGB 34142187
HSL0.550.690.43
HSV198°82°73°
CMYK 0.820.240.00   0.27
XYZ19.302323.273950.4887
Yxy23.27390.20740.2501
Hunter Lab48.2430-13.0065-28.2798
CIE-Lab55.3534-13.6616-31.7783

#228ebb color RGB value is (34,142,187).

#228ebb hex color red value is 34, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #228ebb hue: 0.55 , saturation: 0.69 and the lightness value of 228ebb is 0.43.

The process color (four color CMYK) of #228ebb color hex is 0.82, 0.24, 0.00, 0.27. Web safe color of #228ebb is #3399cc. Color #228ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001110 10111011
Octal 42 216 273
Decimal 34 142 187
Hex 22 8E BB

RGB Percentages of Color #228ebb

%9.37
%39.12
%51.52

CMYK Percentages of Color #228ebb

%82
%24
%0
%27

Triadic Colors of #228ebb

#228ebb #bb228e #8ebb22

Analogous Colors of #228ebb

#228ebb #2241bb #22bb9c

Monochromatic Colors of #228ebb

#228ebb

Complementary Color

#228ebb #bb4f22

#228ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#228ebb Color CSS Codes

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

#228ebb Text Font Color

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

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


#228ebb Background Color

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

This div background color is #228ebb


#228ebb Border Color

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

This div border color is #228ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228ebb


Comments

No comments written yet.

Please login to write comment.