Color Hex Logo

#228ebd Color Hex

#228EBD
(34,142,189)
0 Favorites   0 Comments

Color spaces of #228ebd

RGB 34142189
HSL0.550.700.44
HSV198°82°74°
CMYK 0.820.250.00   0.26
XYZ19.518023.360251.6244
Yxy23.36020.20650.2472
Hunter Lab48.3324-12.4983-29.4957
CIE-Lab55.4414-12.9506-32.7786

#228ebd color RGB value is (34,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001110 10111101
Octal 42 216 275
Decimal 34 142 189
Hex 22 8E BD

RGB Percentages of Color #228ebd

%9.32
%38.90
%51.78

CMYK Percentages of Color #228ebd

%82
%25
%0
%26

Triadic Colors of #228ebd

#228ebd #bd228e #8ebd22

Analogous Colors of #228ebd

#228ebd #2240bd #22bd9f

Monochromatic Colors of #228ebd

#228ebd

Complementary Color

#228ebd #bd5122

#228ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#228ebd Color CSS Codes

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

#228ebd Text Font Color

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

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


#228ebd Background Color

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

This div background color is #228ebd


#228ebd Border Color

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

This div border color is #228ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228ebd


Comments

No comments written yet.

Please login to write comment.