Color Hex Logo

#229dca Color Hex

#229DCA
(34,157,202)
0 Favorites   0 Comments

Color spaces of #229dca

RGB 34157202
HSL0.540.710.46
HSV196°83°79°
CMYK 0.830.220.00   0.21
XYZ23.377328.718360.1882
Yxy28.71830.20820.2558
Hunter Lab53.5895-15.9146-29.0781
CIE-Lab60.5322-16.6079-32.1877

#229dca color RGB value is (34,157,202).

#229dca hex color red value is 34, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #229dca hue: 0.54 , saturation: 0.71 and the lightness value of 229dca is 0.46.

The process color (four color CMYK) of #229dca color hex is 0.83, 0.22, 0.00, 0.21. Web safe color of #229dca is #3399cc. Color #229dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011101 11001010
Octal 42 235 312
Decimal 34 157 202
Hex 22 9D CA

RGB Percentages of Color #229dca

%8.65
%39.95
%51.40

CMYK Percentages of Color #229dca

%83
%22
%0
%21

Triadic Colors of #229dca

#229dca #ca229d #9dca22

Analogous Colors of #229dca

#229dca #2249ca #22caa3

Monochromatic Colors of #229dca

#229dca

Complementary Color

#229dca #ca4f22

#229dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#229dca Color CSS Codes

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

#229dca Text Font Color

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

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


#229dca Background Color

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

This div background color is #229dca


#229dca Border Color

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

This div border color is #229dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229dca


Comments

No comments written yet.

Please login to write comment.