Color Hex Logo

#228cca Color Hex

#228CCA
(34,140,202)
0 Favorites   0 Comments

Color spaces of #228cca

RGB 34140202
HSL0.560.710.46
HSV202°83°79°
CMYK 0.830.310.00   0.21
XYZ20.698423.360559.2952
Yxy23.36050.20030.2260
Hunter Lab48.3327-8.1399-38.9049
CIE-Lab55.4417-7.1213-40.1485

#228cca color RGB value is (34,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001100 11001010
Octal 42 214 312
Decimal 34 140 202
Hex 22 8C CA

RGB Percentages of Color #228cca

%9.04
%37.23
%53.72

CMYK Percentages of Color #228cca

%83
%31
%0
%21

Triadic Colors of #228cca

#228cca #ca228c #8cca22

Analogous Colors of #228cca

#228cca #2238ca #22cab4

Monochromatic Colors of #228cca

#228cca

Complementary Color

#228cca #ca6022

#228cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#228cca Color CSS Codes

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

#228cca Text Font Color

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

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


#228cca Background Color

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

This div background color is #228cca


#228cca Border Color

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

This div border color is #228cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228cca


Comments

No comments written yet.

Please login to write comment.