Color Hex Logo

#229fcc Color Hex

#229FCC
(34,159,204)
0 Favorites   0 Comments

Color spaces of #229fcc

RGB 34159204
HSL0.540.710.47
HSV196°83°80°
CMYK 0.830.220.00   0.20
XYZ23.956929.496061.5574
Yxy29.49600.20830.2565
Hunter Lab54.3102-16.3044-29.1845
CIE-Lab61.2169-16.9913-32.2425

#229fcc color RGB value is (34,159,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011111 11001100
Octal 42 237 314
Decimal 34 159 204
Hex 22 9F CC

RGB Percentages of Color #229fcc

%8.56
%40.05
%51.39

CMYK Percentages of Color #229fcc

%83
%22
%0
%20

Triadic Colors of #229fcc

#229fcc #cc229f #9fcc22

Analogous Colors of #229fcc

#229fcc #224acc #22cca4

Monochromatic Colors of #229fcc

#229fcc

Complementary Color

#229fcc #cc4f22

#229fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#229fcc Color CSS Codes

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

#229fcc Text Font Color

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

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


#229fcc Background Color

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

This div background color is #229fcc


#229fcc Border Color

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

This div border color is #229fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229fcc


Comments

No comments written yet.

Please login to write comment.