Color Hex Logo

#228cdf Color Hex

#228CDF
(34,140,223)
0 Favorites   0 Comments

Color spaces of #228cdf

RGB 34140223
HSL0.570.750.50
HSV206°85°87°
CMYK 0.850.370.00   0.13
XYZ23.357124.424073.2953
Yxy24.42400.19290.2017
Hunter Lab49.4206-2.1238-53.3380
CIE-Lab56.50980.6396-50.2642

#228cdf color RGB value is (34,140,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001100 11011111
Octal 42 214 337
Decimal 34 140 223
Hex 22 8C DF

RGB Percentages of Color #228cdf

%8.56
%35.26
%56.17

CMYK Percentages of Color #228cdf

%85
%37
%0
%13

Triadic Colors of #228cdf

#228cdf #df228c #8cdf22

Analogous Colors of #228cdf

#228cdf #222ddf #22dfd4

Monochromatic Colors of #228cdf

#228cdf

Complementary Color

#228cdf #df7522

#228cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#228cdf Color CSS Codes

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

#228cdf Text Font Color

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

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


#228cdf Background Color

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

This div background color is #228cdf


#228cdf Border Color

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

This div border color is #228cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228cdf


Comments

No comments written yet.

Please login to write comment.