Color Hex Logo

#228ddb Color Hex

#228DDB
(34,141,219)
0 Favorites   0 Comments

Color spaces of #228ddb

RGB 34141219
HSL0.570.730.50
HSV205°84°86°
CMYK 0.840.360.00   0.14
XYZ22.970724.504370.5369
Yxy24.50430.19460.2076
Hunter Lab49.5018-3.7975-49.8332
CIE-Lab56.5892-1.4391-47.9004

#228ddb color RGB value is (34,141,219).

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

The process color (four color CMYK) of #228ddb color hex is 0.84, 0.36, 0.00, 0.14. Web safe color of #228ddb is #3399cc. Color #228ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001101 11011011
Octal 42 215 333
Decimal 34 141 219
Hex 22 8D DB

RGB Percentages of Color #228ddb

%8.63
%35.79
%55.58

CMYK Percentages of Color #228ddb

%84
%36
%0
%14

Triadic Colors of #228ddb

#228ddb #db228d #8ddb22

Analogous Colors of #228ddb

#228ddb #2231db #22dbcd

Monochromatic Colors of #228ddb

#228ddb

Complementary Color

#228ddb #db7022

#228ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#228ddb Color CSS Codes

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

#228ddb Text Font Color

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

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


#228ddb Background Color

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

This div background color is #228ddb


#228ddb Border Color

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

This div border color is #228ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228ddb


Comments

No comments written yet.

Please login to write comment.