Color Hex Logo

#228ebc Color Hex

#228EBC
(34,142,188)
0 Favorites   0 Comments

Color spaces of #228ebc

RGB 34142188
HSL0.550.690.44
HSV198°82°74°
CMYK 0.820.240.00   0.26
XYZ19.409823.316951.0546
Yxy23.31690.20700.2486
Hunter Lab48.2876-12.7529-28.8862
CIE-Lab55.3973-13.3063-32.2788

#228ebc color RGB value is (34,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001110 10111100
Octal 42 216 274
Decimal 34 142 188
Hex 22 8E BC

RGB Percentages of Color #228ebc

%9.34
%39.01
%51.65

CMYK Percentages of Color #228ebc

%82
%24
%0
%26

Triadic Colors of #228ebc

#228ebc #bc228e #8ebc22

Analogous Colors of #228ebc

#228ebc #2241bc #22bc9d

Monochromatic Colors of #228ebc

#228ebc

Complementary Color

#228ebc #bc5022

#228ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#228ebc Color CSS Codes

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

#228ebc Text Font Color

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

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


#228ebc Background Color

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

This div background color is #228ebc


#228ebc Border Color

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

This div border color is #228ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228ebc


Comments

No comments written yet.

Please login to write comment.