Color Hex Logo

#223cbd Color Hex

#223CBD
(34,60,189)
0 Favorites   0 Comments

Color spaces of #223cbd

RGB 3460189
HSL0.640.700.44
HSV230°82°74°
CMYK 0.820.680.00   0.26
XYZ11.46097.245948.9387
Yxy7.24590.16940.1071
Hunter Lab26.918228.8926-88.9495
CIE-Lab32.360338.5694-69.8209

#223cbd color RGB value is (34,60,189).

#223cbd hex color red value is 34, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #223cbd hue: 0.64 , saturation: 0.70 and the lightness value of 223cbd is 0.44.

The process color (four color CMYK) of #223cbd color hex is 0.82, 0.68, 0.00, 0.26. Web safe color of #223cbd is #3333cc. Color #223cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00111100 10111101
Octal 42 74 275
Decimal 34 60 189
Hex 22 3C BD

RGB Percentages of Color #223cbd

%12.01
%21.20
%66.78

CMYK Percentages of Color #223cbd

%82
%68
%0
%26

Triadic Colors of #223cbd

#223cbd #bd223c #3cbd22

Analogous Colors of #223cbd

#223cbd #5522bd #228abd

Monochromatic Colors of #223cbd

#223cbd

Complementary Color

#223cbd #bda322

#223cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#223cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#223cbd Color CSS Codes

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

#223cbd Text Font Color

<p style="color:#223cbd">Text here</p>

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


#223cbd Background Color

<div style="background-color:#223cbd">
Div content here</div>

This div background color is #223cbd


#223cbd Border Color

<div style="border:3px solid #223cbd">
Div here</div>

This div border color is #223cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,60,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #223cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #223cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #223cbd;
  box-shadow:         1px 1px 3px 2px #223cbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #223cbd


Comments

No comments written yet.

Please login to write comment.