Color Hex Logo

#228acd Color Hex

#228ACD
(34,138,205)
0 Favorites   0 Comments

Color spaces of #228acd

RGB 34138205
HSL0.570.720.47
HSV204°83°80°
CMYK 0.830.330.00   0.20
XYZ20.767622.924861.0880
Yxy22.92480.19820.2188
Hunter Lab47.8798-6.3664-42.1299
CIE-Lab54.9948-4.8599-42.5488

#228acd color RGB value is (34,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001010 11001101
Octal 42 212 315
Decimal 34 138 205
Hex 22 8A CD

RGB Percentages of Color #228acd

%9.02
%36.60
%54.38

CMYK Percentages of Color #228acd

%83
%33
%0
%20

Triadic Colors of #228acd

#228acd #cd228a #8acd22

Analogous Colors of #228acd

#228acd #2235cd #22cdbb

Monochromatic Colors of #228acd

#228acd

Complementary Color

#228acd #cd6522

#228acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#228acd Color CSS Codes

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

#228acd Text Font Color

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

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


#228acd Background Color

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

This div background color is #228acd


#228acd Border Color

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

This div border color is #228acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228acd


Comments

No comments written yet.

Please login to write comment.