Color Hex Logo

#228ecd Color Hex

#228ECD
(34,142,205)
0 Favorites   0 Comments

Color spaces of #228ecd

RGB 34142205
HSL0.560.720.47
HSV202°83°80°
CMYK 0.830.310.00   0.20
XYZ21.352124.093961.2828
Yxy24.09390.20010.2257
Hunter Lab49.0855-8.2526-39.6631
CIE-Lab56.1817-7.1766-40.6776

#228ecd color RGB value is (34,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001110 11001101
Octal 42 216 315
Decimal 34 142 205
Hex 22 8E CD

RGB Percentages of Color #228ecd

%8.92
%37.27
%53.81

CMYK Percentages of Color #228ecd

%83
%31
%0
%20

Triadic Colors of #228ecd

#228ecd #cd228e #8ecd22

Analogous Colors of #228ecd

#228ecd #2238cd #22cdb7

Monochromatic Colors of #228ecd

#228ecd

Complementary Color

#228ecd #cd6122

#228ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#228ecd Color CSS Codes

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

#228ecd Text Font Color

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

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


#228ecd Background Color

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

This div background color is #228ecd


#228ecd Border Color

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

This div border color is #228ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228ecd


Comments

No comments written yet.

Please login to write comment.