Color Hex Logo

#227ccd Color Hex

#227CCD
(34,124,205)
0 Favorites   0 Comments

Color spaces of #227ccd

RGB 34124205
HSL0.580.720.47
HSV208°83°80°
CMYK 0.830.400.00   0.20
XYZ18.886819.163260.4610
Yxy19.16320.19170.1945
Hunter Lab43.77580.4051-51.2454
CIE-Lab50.87763.5063-49.0812

#227ccd color RGB value is (34,124,205).

#227ccd hex color red value is 34, green value is 124 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #227ccd hue: 0.58 , saturation: 0.72 and the lightness value of 227ccd is 0.47.

The process color (four color CMYK) of #227ccd color hex is 0.83, 0.40, 0.00, 0.20. Web safe color of #227ccd is #3366cc. Color #227ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01111100 11001101
Octal 42 174 315
Decimal 34 124 205
Hex 22 7C CD

RGB Percentages of Color #227ccd

%9.37
%34.16
%56.47

CMYK Percentages of Color #227ccd

%83
%40
%0
%20

Triadic Colors of #227ccd

#227ccd #cd227c #7ccd22

Analogous Colors of #227ccd

#227ccd #2227cd #22cdc9

Monochromatic Colors of #227ccd

#227ccd

Complementary Color

#227ccd #cd7322

#227ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#227ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#227ccd Color CSS Codes

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

#227ccd Text Font Color

<p style="color:#227ccd">Text here</p>

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


#227ccd Background Color

<div style="background-color:#227ccd">
Div content here</div>

This div background color is #227ccd


#227ccd Border Color

<div style="border:3px solid #227ccd">
Div here</div>

This div border color is #227ccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,124,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #227ccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #227ccd;
  -webkit-box-shadow: 1px 1px 3px 2px #227ccd;
  box-shadow:         1px 1px 3px 2px #227ccd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #227ccd


Comments

No comments written yet.

Please login to write comment.