Color Hex Logo

#228eca Color Hex

#228ECA
(34,142,202)
0 Favorites   0 Comments

Color spaces of #228eca

RGB 34142202
HSL0.560.710.46
HSV201°83°79°
CMYK 0.830.300.00   0.21
XYZ20.993423.950459.3935
Yxy23.95040.20120.2295
Hunter Lab48.9391-9.0725-37.6981
CIE-Lab56.0381-8.2694-39.2105

#228eca color RGB value is (34,142,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001110 11001010
Octal 42 216 312
Decimal 34 142 202
Hex 22 8E CA

RGB Percentages of Color #228eca

%8.99
%37.57
%53.44

CMYK Percentages of Color #228eca

%83
%30
%0
%21

Triadic Colors of #228eca

#228eca #ca228e #8eca22

Analogous Colors of #228eca

#228eca #223aca #22cab2

Monochromatic Colors of #228eca

#228eca

Complementary Color

#228eca #ca5e22

#228eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#228eca Color CSS Codes

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

#228eca Text Font Color

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

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


#228eca Background Color

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

This div background color is #228eca


#228eca Border Color

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

This div border color is #228eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228eca


Comments

No comments written yet.

Please login to write comment.