Color Hex Logo

#227cec Color Hex

#227CEC
(34,124,236)
0 Favorites   0 Comments

Color spaces of #227cec

RGB 34124236
HSL0.590.840.53
HSV213°86°93°
CMYK 0.860.470.00   0.07
XYZ23.007720.811582.1613
Yxy20.81150.18260.1652
Hunter Lab45.619610.1900-74.8480
CIE-Lab52.742615.3084-63.5598

#227cec color RGB value is (34,124,236).

#227cec hex color red value is 34, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #227cec hue: 0.59 , saturation: 0.84 and the lightness value of 227cec is 0.53.

The process color (four color CMYK) of #227cec color hex is 0.86, 0.47, 0.00, 0.07. Web safe color of #227cec is #3366ff. Color #227cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01111100 11101100
Octal 42 174 354
Decimal 34 124 236
Hex 22 7C EC

RGB Percentages of Color #227cec

%8.63
%31.47
%59.90

CMYK Percentages of Color #227cec

%86
%47
%0
%7

Triadic Colors of #227cec

#227cec #ec227c #7cec22

Analogous Colors of #227cec

#227cec #2d22ec #22e1ec

Monochromatic Colors of #227cec

#227cec

Complementary Color

#227cec #ec9222

#227cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#227cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#227cec Color CSS Codes

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

#227cec Text Font Color

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

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


#227cec Background Color

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

This div background color is #227cec


#227cec Border Color

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

This div border color is #227cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #227cec


Comments

No comments written yet.

Please login to write comment.