Color Hex Logo

#224ceb Color Hex

#224CEB
(34,76,235)
0 Favorites   0 Comments

Color spaces of #224ceb

RGB 3476235
HSL0.630.830.53
HSV227°86°92°
CMYK 0.860.680.00   0.08
XYZ18.239511.507179.8570
Yxy11.50710.16640.1050
Hunter Lab33.922136.6135-115.8308
CIE-Lab40.421845.2025-83.0842

#224ceb color RGB value is (34,76,235).

#224ceb hex color red value is 34, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #224ceb hue: 0.63 , saturation: 0.83 and the lightness value of 224ceb is 0.53.

The process color (four color CMYK) of #224ceb color hex is 0.86, 0.68, 0.00, 0.08. Web safe color of #224ceb is #3333ff. Color #224ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001100 11101011
Octal 42 114 353
Decimal 34 76 235
Hex 22 4C EB

RGB Percentages of Color #224ceb

%9.86
%22.03
%68.12

CMYK Percentages of Color #224ceb

%86
%68
%0
%8

Triadic Colors of #224ceb

#224ceb #eb224c #4ceb22

Analogous Colors of #224ceb

#224ceb #5d22eb #22b1eb

Monochromatic Colors of #224ceb

#224ceb

Complementary Color

#224ceb #ebc122

#224ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#224ceb Color CSS Codes

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

#224ceb Text Font Color

<p style="color:#224ceb">Text here</p>

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


#224ceb Background Color

<div style="background-color:#224ceb">
Div content here</div>

This div background color is #224ceb


#224ceb Border Color

<div style="border:3px solid #224ceb">
Div here</div>

This div border color is #224ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,76,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #224ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #224ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #224ceb;
  box-shadow:         1px 1px 3px 2px #224ceb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224ceb


Comments

No comments written yet.

Please login to write comment.