Color Hex Logo

#227eca Color Hex

#227ECA
(34,126,202)
0 Favorites   0 Comments

Color spaces of #227eca

RGB 34126202
HSL0.580.710.46
HSV207°83°79°
CMYK 0.830.380.00   0.21
XYZ18.781219.526158.6561
Yxy19.52610.19370.2014
Hunter Lab44.1883-1.4625-47.7704
CIE-Lab51.29711.1532-46.7055

#227eca color RGB value is (34,126,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01111110 11001010
Octal 42 176 312
Decimal 34 126 202
Hex 22 7E CA

RGB Percentages of Color #227eca

%9.39
%34.81
%55.80

CMYK Percentages of Color #227eca

%83
%38
%0
%21

Triadic Colors of #227eca

#227eca #ca227e #7eca22

Analogous Colors of #227eca

#227eca #222aca #22cac2

Monochromatic Colors of #227eca

#227eca

Complementary Color

#227eca #ca6e22

#227eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#227eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#227eca Color CSS Codes

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

#227eca Text Font Color

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

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


#227eca Background Color

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

This div background color is #227eca


#227eca Border Color

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

This div border color is #227eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,126,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 #227eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #227eca


Comments

No comments written yet.

Please login to write comment.