Color Hex Logo

#228abe Color Hex

#228ABE
(34,138,190)
0 Favorites   0 Comments

Color spaces of #228abe

RGB 34138190
HSL0.560.700.44
HSV200°82°75°
CMYK 0.820.270.00   0.25
XYZ19.042422.234752.0033
Yxy22.23470.20410.2384
Hunter Lab47.1537-10.4341-32.3802
CIE-Lab54.2751-10.3392-35.1700

#228abe color RGB value is (34,138,190).

#228abe hex color red value is 34, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #228abe hue: 0.56 , saturation: 0.70 and the lightness value of 228abe is 0.44.

The process color (four color CMYK) of #228abe color hex is 0.82, 0.27, 0.00, 0.25. Web safe color of #228abe is #3399cc. Color #228abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001010 10111110
Octal 42 212 276
Decimal 34 138 190
Hex 22 8A BE

RGB Percentages of Color #228abe

%9.39
%38.12
%52.49

CMYK Percentages of Color #228abe

%82
%27
%0
%25

Triadic Colors of #228abe

#228abe #be228a #8abe22

Analogous Colors of #228abe

#228abe #223cbe #22bea4

Monochromatic Colors of #228abe

#228abe

Complementary Color

#228abe #be5622

#228abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#228abe Color CSS Codes

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

#228abe Text Font Color

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

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


#228abe Background Color

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

This div background color is #228abe


#228abe Border Color

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

This div border color is #228abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228abe


Comments

No comments written yet.

Please login to write comment.