Color Hex Logo

#228bca Color Hex

#228BCA
(34,139,202)
0 Favorites   0 Comments

Color spaces of #228bca

RGB 34139202
HSL0.560.710.46
HSV203°83°79°
CMYK 0.830.310.00   0.21
XYZ20.553023.069659.2467
Yxy23.06960.19980.2243
Hunter Lab48.0308-7.6715-39.5135
CIE-Lab55.1440-6.5437-40.6174

#228bca color RGB value is (34,139,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001011 11001010
Octal 42 213 312
Decimal 34 139 202
Hex 22 8B CA

RGB Percentages of Color #228bca

%9.07
%37.07
%53.87

CMYK Percentages of Color #228bca

%83
%31
%0
%21

Triadic Colors of #228bca

#228bca #ca228b #8bca22

Analogous Colors of #228bca

#228bca #2237ca #22cab5

Monochromatic Colors of #228bca

#228bca

Complementary Color

#228bca #ca6122

#228bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#228bca Color CSS Codes

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

#228bca Text Font Color

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

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


#228bca Background Color

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

This div background color is #228bca


#228bca Border Color

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

This div border color is #228bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228bca


Comments

No comments written yet.

Please login to write comment.