Color Hex Logo

#228ccc Color Hex

#228CCC
(34,140,204)
0 Favorites   0 Comments

Color spaces of #228ccc

RGB 34140204
HSL0.560.710.47
HSV203°83°80°
CMYK 0.830.310.00   0.20
XYZ20.936923.455960.5507
Yxy23.45590.19950.2235
Hunter Lab48.4313-7.5890-40.2248
CIE-Lab55.5389-6.3889-41.1257

#228ccc color RGB value is (34,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001100 11001100
Octal 42 214 314
Decimal 34 140 204
Hex 22 8C CC

RGB Percentages of Color #228ccc

%8.99
%37.04
%53.97

CMYK Percentages of Color #228ccc

%83
%31
%0
%20

Triadic Colors of #228ccc

#228ccc #cc228c #8ccc22

Analogous Colors of #228ccc

#228ccc #2237cc #22ccb7

Monochromatic Colors of #228ccc

#228ccc

Complementary Color

#228ccc #cc6222

#228ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#228ccc Color CSS Codes

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

#228ccc Text Font Color

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

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


#228ccc Background Color

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

This div background color is #228ccc


#228ccc Border Color

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

This div border color is #228ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,140,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 #228ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228ccc


Comments

No comments written yet.

Please login to write comment.