Color Hex Logo

#229ebc Color Hex

#229EBC
(34,158,188)
0 Favorites   0 Comments

Color spaces of #229ebc

RGB 34158188
HSL0.530.690.44
HSV192°82°74°
CMYK 0.820.160.00   0.26
XYZ21.963628.424651.9059
Yxy28.42460.21470.2779
Hunter Lab53.3147-19.7657-20.4030
CIE-Lab60.2704-21.9261-24.7357

#229ebc color RGB value is (34,158,188).

#229ebc hex color red value is 34, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #229ebc hue: 0.53 , saturation: 0.69 and the lightness value of 229ebc is 0.44.

The process color (four color CMYK) of #229ebc color hex is 0.82, 0.16, 0.00, 0.26. Web safe color of #229ebc is #3399cc. Color #229ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011110 10111100
Octal 42 236 274
Decimal 34 158 188
Hex 22 9E BC

RGB Percentages of Color #229ebc

%8.95
%41.58
%49.47

CMYK Percentages of Color #229ebc

%82
%16
%0
%26

Triadic Colors of #229ebc

#229ebc #bc229e #9ebc22

Analogous Colors of #229ebc

#229ebc #2251bc #22bc8d

Monochromatic Colors of #229ebc

#229ebc

Complementary Color

#229ebc #bc4022

#229ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#229ebc Color CSS Codes

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

#229ebc Text Font Color

<p style="color:#229ebc">Text here</p>

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


#229ebc Background Color

<div style="background-color:#229ebc">
Div content here</div>

This div background color is #229ebc


#229ebc Border Color

<div style="border:3px solid #229ebc">
Div here</div>

This div border color is #229ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,158,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #229ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #229ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #229ebc;
  box-shadow:         1px 1px 3px 2px #229ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229ebc


Comments

No comments written yet.

Please login to write comment.