Color Hex Logo

#228dca Color Hex

#228DCA
(34,141,202)
0 Favorites   0 Comments

Color spaces of #228dca

RGB 34141202
HSL0.560.710.46
HSV202°83°79°
CMYK 0.830.300.00   0.21
XYZ20.845223.654159.3442
Yxy23.65410.20070.2278
Hunter Lab48.6355-8.6069-38.2998
CIE-Lab55.7398-7.6965-39.6796

#228dca color RGB value is (34,141,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001101 11001010
Octal 42 215 312
Decimal 34 141 202
Hex 22 8D CA

RGB Percentages of Color #228dca

%9.02
%37.40
%53.58

CMYK Percentages of Color #228dca

%83
%30
%0
%21

Triadic Colors of #228dca

#228dca #ca228d #8dca22

Analogous Colors of #228dca

#228dca #2239ca #22cab3

Monochromatic Colors of #228dca

#228dca

Complementary Color

#228dca #ca5f22

#228dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#228dca Color CSS Codes

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

#228dca Text Font Color

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

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


#228dca Background Color

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

This div background color is #228dca


#228dca Border Color

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

This div border color is #228dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228dca


Comments

No comments written yet.

Please login to write comment.