Color Hex Logo

#228ecc Color Hex

#228ECC
(34,142,204)
0 Favorites   0 Comments

Color spaces of #228ecc

RGB 34142204
HSL0.560.710.47
HSV202°83°80°
CMYK 0.830.300.00   0.20
XYZ21.231824.045760.6490
Yxy24.04570.20040.2270
Hunter Lab49.0364-8.5267-39.0053
CIE-Lab56.1335-7.5409-40.1894

#228ecc color RGB value is (34,142,204).

#228ecc hex color red value is 34, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #228ecc hue: 0.56 , saturation: 0.71 and the lightness value of 228ecc is 0.47.

The process color (four color CMYK) of #228ecc color hex is 0.83, 0.30, 0.00, 0.20. Web safe color of #228ecc is #3399cc. Color #228ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001110 11001100
Octal 42 216 314
Decimal 34 142 204
Hex 22 8E CC

RGB Percentages of Color #228ecc

%8.95
%37.37
%53.68

CMYK Percentages of Color #228ecc

%83
%30
%0
%20

Triadic Colors of #228ecc

#228ecc #cc228e #8ecc22

Analogous Colors of #228ecc

#228ecc #2239cc #22ccb5

Monochromatic Colors of #228ecc

#228ecc

Complementary Color

#228ecc #cc6022

#228ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#228ecc Color CSS Codes

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

#228ecc Text Font Color

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

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


#228ecc Background Color

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

This div background color is #228ecc


#228ecc Border Color

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

This div border color is #228ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228ecc


Comments

No comments written yet.

Please login to write comment.