Color Hex Logo

#228cc5 Color Hex

#228CC5
(34,140,197)
0 Favorites   0 Comments

Color spaces of #228cc5

RGB 34140197
HSL0.560.710.45
HSV201°83°77°
CMYK 0.830.290.00   0.23
XYZ20.115823.127556.2272
Yxy23.12750.20220.2325
Hunter Lab48.0911-9.4954-35.6571
CIE-Lab55.2034-8.9433-37.6925

#228cc5 color RGB value is (34,140,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001100 11000101
Octal 42 214 305
Decimal 34 140 197
Hex 22 8C C5

RGB Percentages of Color #228cc5

%9.16
%37.74
%53.10

CMYK Percentages of Color #228cc5

%83
%29
%0
%23

Triadic Colors of #228cc5

#228cc5 #c5228c #8cc522

Analogous Colors of #228cc5

#228cc5 #223ac5 #22c5ad

Monochromatic Colors of #228cc5

#228cc5

Complementary Color

#228cc5 #c55b22

#228cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#228cc5 Color CSS Codes

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

#228cc5 Text Font Color

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

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


#228cc5 Background Color

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

This div background color is #228cc5


#228cc5 Border Color

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

This div border color is #228cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228cc5


Comments

No comments written yet.

Please login to write comment.