Color Hex Logo

#223cdb Color Hex

#223CDB
(34,60,219)
0 Favorites   0 Comments

Color spaces of #223cdb

RGB 3460219
HSL0.640.730.50
HSV232°84°86°
CMYK 0.840.730.00   0.14
XYZ15.06178.686367.9006
Yxy8.68630.16430.0948
Hunter Lab29.472539.6441-115.9651
CIE-Lab35.373249.1354-82.2964

#223cdb color RGB value is (34,60,219).

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

The process color (four color CMYK) of #223cdb color hex is 0.84, 0.73, 0.00, 0.14. Web safe color of #223cdb is #3333cc. Color #223cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00111100 11011011
Octal 42 74 333
Decimal 34 60 219
Hex 22 3C DB

RGB Percentages of Color #223cdb

%10.86
%19.17
%69.97

CMYK Percentages of Color #223cdb

%84
%73
%0
%14

Triadic Colors of #223cdb

#223cdb #db223c #3cdb22

Analogous Colors of #223cdb

#223cdb #6522db #2299db

Monochromatic Colors of #223cdb

#223cdb

Complementary Color

#223cdb #dbc122

#223cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#223cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#223cdb Color CSS Codes

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

#223cdb Text Font Color

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

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


#223cdb Background Color

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

This div background color is #223cdb


#223cdb Border Color

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

This div border color is #223cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #223cdb


Comments

No comments written yet.

Please login to write comment.