Color Hex Logo

#229edc Color Hex

#229EDC
(34,158,220)
0 Favorites   0 Comments

Color spaces of #229edc

RGB 34158220
HSL0.560.730.50
HSV200°85°86°
CMYK 0.850.280.00   0.14
XYZ25.804829.961172.1332
Yxy29.96110.20180.2343
Hunter Lab54.7367-11.6382-39.8179
CIE-Lab61.6206-10.8111-40.5212

#229edc color RGB value is (34,158,220).

#229edc hex color red value is 34, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #229edc hue: 0.56 , saturation: 0.73 and the lightness value of 229edc is 0.50.

The process color (four color CMYK) of #229edc color hex is 0.85, 0.28, 0.00, 0.14. Web safe color of #229edc is #3399cc. Color #229edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011110 11011100
Octal 42 236 334
Decimal 34 158 220
Hex 22 9E DC

RGB Percentages of Color #229edc

%8.25
%38.35
%53.40

CMYK Percentages of Color #229edc

%85
%28
%0
%14

Triadic Colors of #229edc

#229edc #dc229e #9edc22

Analogous Colors of #229edc

#229edc #2241dc #22dcbd

Monochromatic Colors of #229edc

#229edc

Complementary Color

#229edc #dc6022

#229edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#229edc Color CSS Codes

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

#229edc Text Font Color

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

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


#229edc Background Color

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

This div background color is #229edc


#229edc Border Color

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

This div border color is #229edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229edc


Comments

No comments written yet.

Please login to write comment.