Color Hex Logo

#228aef Color Hex

#228AEF
(34,138,239)
0 Favorites   0 Comments

Color spaces of #228aef

RGB 34138239
HSL0.580.860.54
HSV210°86°94°
CMYK 0.860.420.00   0.06
XYZ25.328224.749085.1035
Yxy24.74900.18740.1831
Hunter Lab49.74843.8194-66.6023
CIE-Lab56.83007.8324-58.6604

#228aef color RGB value is (34,138,239).

#228aef hex color red value is 34, green value is 138 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #228aef hue: 0.58 , saturation: 0.86 and the lightness value of 228aef is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001010 11101111
Octal 42 212 357
Decimal 34 138 239
Hex 22 8A EF

RGB Percentages of Color #228aef

%8.27
%33.58
%58.15

CMYK Percentages of Color #228aef

%86
%42
%0
%6

Triadic Colors of #228aef

#228aef #ef228a #8aef22

Analogous Colors of #228aef

#228aef #2224ef #22efee

Monochromatic Colors of #228aef

#228aef

Complementary Color

#228aef #ef8722

#228aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#228aef Color CSS Codes

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

#228aef Text Font Color

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

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


#228aef Background Color

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

This div background color is #228aef


#228aef Border Color

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

This div border color is #228aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228aef


Comments

No comments written yet.

Please login to write comment.