Color Hex Logo

#228dde Color Hex

#228DDE
(34,141,222)
0 Favorites   0 Comments

Color spaces of #228dde

RGB 34141222
HSL0.570.740.50
HSV206°85°87°
CMYK 0.850.360.00   0.13
XYZ23.369424.663872.6361
Yxy24.66380.19370.2044
Hunter Lab49.6627-2.9142-51.9531
CIE-Lab56.7464-0.3249-49.3294

#228dde color RGB value is (34,141,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001101 11011110
Octal 42 215 336
Decimal 34 141 222
Hex 22 8D DE

RGB Percentages of Color #228dde

%8.56
%35.52
%55.92

CMYK Percentages of Color #228dde

%85
%36
%0
%13

Triadic Colors of #228dde

#228dde #de228d #8dde22

Analogous Colors of #228dde

#228dde #222fde #22ded1

Monochromatic Colors of #228dde

#228dde

Complementary Color

#228dde #de7322

#228dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#228dde Color CSS Codes

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

#228dde Text Font Color

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

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


#228dde Background Color

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

This div background color is #228dde


#228dde Border Color

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

This div border color is #228dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228dde


Comments

No comments written yet.

Please login to write comment.