Color Hex Logo

#228ddd Color Hex

#228DDD
(34,141,221)
0 Favorites   0 Comments

Color spaces of #228ddd

RGB 34141221
HSL0.570.730.50
HSV206°85°87°
CMYK 0.850.360.00   0.13
XYZ23.235724.610371.9322
Yxy24.61030.19400.2055
Hunter Lab49.6088-3.2097-51.2437
CIE-Lab56.6937-0.6966-48.8538

#228ddd color RGB value is (34,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001101 11011101
Octal 42 215 335
Decimal 34 141 221
Hex 22 8D DD

RGB Percentages of Color #228ddd

%8.59
%35.61
%55.81

CMYK Percentages of Color #228ddd

%85
%36
%0
%13

Triadic Colors of #228ddd

#228ddd #dd228d #8ddd22

Analogous Colors of #228ddd

#228ddd #2230dd #22ddd0

Monochromatic Colors of #228ddd

#228ddd

Complementary Color

#228ddd #dd7222

#228ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#228ddd Color CSS Codes

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

#228ddd Text Font Color

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

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


#228ddd Background Color

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

This div background color is #228ddd


#228ddd Border Color

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

This div border color is #228ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228ddd

#228ddd Color Palettes


Comments

No comments written yet.

Please login to write comment.