Color Hex Logo

#228bdc Color Hex

#228BDC
(34,139,220)
0 Favorites   0 Comments

Color spaces of #228bdc

RGB 34139220
HSL0.570.730.50
HSV206°85°86°
CMYK 0.850.370.00   0.14
XYZ22.810623.972671.1351
Yxy23.97260.19340.2033
Hunter Lab48.9618-2.5226-51.8673
CIE-Lab56.06040.1152-49.3000

#228bdc color RGB value is (34,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001011 11011100
Octal 42 213 334
Decimal 34 139 220
Hex 22 8B DC

RGB Percentages of Color #228bdc

%8.65
%35.37
%55.98

CMYK Percentages of Color #228bdc

%85
%37
%0
%14

Triadic Colors of #228bdc

#228bdc #dc228b #8bdc22

Analogous Colors of #228bdc

#228bdc #222edc #22dcd0

Monochromatic Colors of #228bdc

#228bdc

Complementary Color

#228bdc #dc7322

#228bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#228bdc Color CSS Codes

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

#228bdc Text Font Color

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

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


#228bdc Background Color

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

This div background color is #228bdc


#228bdc Border Color

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

This div border color is #228bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228bdc


Comments

No comments written yet.

Please login to write comment.