Color Hex Logo

#228dcd Color Hex

#228DCD
(34,141,205)
0 Favorites   0 Comments

Color spaces of #228dcd

RGB 34141205
HSL0.560.720.47
HSV202°83°80°
CMYK 0.830.310.00   0.20
XYZ21.204023.797661.2334
Yxy23.79760.19960.2240
Hunter Lab48.7828-7.7828-40.2744
CIE-Lab55.8846-6.6003-41.1455

#228dcd color RGB value is (34,141,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001101 11001101
Octal 42 215 315
Decimal 34 141 205
Hex 22 8D CD

RGB Percentages of Color #228dcd

%8.95
%37.11
%53.95

CMYK Percentages of Color #228dcd

%83
%31
%0
%20

Triadic Colors of #228dcd

#228dcd #cd228d #8dcd22

Analogous Colors of #228dcd

#228dcd #2238cd #22cdb8

Monochromatic Colors of #228dcd

#228dcd

Complementary Color

#228dcd #cd6222

#228dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#228dcd Color CSS Codes

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

#228dcd Text Font Color

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

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


#228dcd Background Color

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

This div background color is #228dcd


#228dcd Border Color

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

This div border color is #228dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228dcd


Comments

No comments written yet.

Please login to write comment.