Color Hex Logo

#228efb Color Hex

#228EFB
(34,142,251)
0 Favorites   0 Comments

Color spaces of #228efb

RGB 34142251
HSL0.580.960.56
HSV210°86°98°
CMYK 0.860.430.00   0.02
XYZ27.745326.651194.9486
Yxy26.65110.18580.1785
Hunter Lab51.62475.5902-72.9094
CIE-Lab58.65009.9136-62.3691

#228efb color RGB value is (34,142,251).

#228efb hex color red value is 34, green value is 142 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #228efb hue: 0.58 , saturation: 0.96 and the lightness value of 228efb is 0.56.

The process color (four color CMYK) of #228efb color hex is 0.86, 0.43, 0.00, 0.02. Web safe color of #228efb is #3399ff. Color #228efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001110 11111011
Octal 42 216 373
Decimal 34 142 251
Hex 22 8E FB

RGB Percentages of Color #228efb

%7.96
%33.26
%58.78

CMYK Percentages of Color #228efb

%86
%43
%0
%2

Triadic Colors of #228efb

#228efb #fb228e #8efb22

Analogous Colors of #228efb

#228efb #2222fb #22fbfb

Monochromatic Colors of #228efb

#228efb

Complementary Color

#228efb #fb8f22

#228efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#228efb Color CSS Codes

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

#228efb Text Font Color

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

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


#228efb Background Color

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

This div background color is #228efb


#228efb Border Color

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

This div border color is #228efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228efb

Related Colors


Comments

No comments written yet.

Please login to write comment.