Color Hex Logo

#225ddf Color Hex

#225DDF
(34,93,223)
0 Favorites   0 Comments

Color spaces of #225ddf

RGB 3493223
HSL0.610.750.50
HSV221°85°87°
CMYK 0.850.580.00   0.13
XYZ17.893313.496571.4740
Yxy13.49650.17400.1312
Hunter Lab36.737622.6489-89.6341
CIE-Lab43.502030.0891-71.2275

#225ddf color RGB value is (34,93,223).

#225ddf hex color red value is 34, green value is 93 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #225ddf hue: 0.61 , saturation: 0.75 and the lightness value of 225ddf is 0.50.

The process color (four color CMYK) of #225ddf color hex is 0.85, 0.58, 0.00, 0.13. Web safe color of #225ddf is #3366cc. Color #225ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011101 11011111
Octal 42 135 337
Decimal 34 93 223
Hex 22 5D DF

RGB Percentages of Color #225ddf

%9.71
%26.57
%63.71

CMYK Percentages of Color #225ddf

%85
%58
%0
%13

Triadic Colors of #225ddf

#225ddf #df225d #5ddf22

Analogous Colors of #225ddf

#225ddf #4522df #22bcdf

Monochromatic Colors of #225ddf

#225ddf

Complementary Color

#225ddf #dfa422

#225ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#225ddf Color CSS Codes

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

#225ddf Text Font Color

<p style="color:#225ddf">Text here</p>

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


#225ddf Background Color

<div style="background-color:#225ddf">
Div content here</div>

This div background color is #225ddf


#225ddf Border Color

<div style="border:3px solid #225ddf">
Div here</div>

This div border color is #225ddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,93,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #225ddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #225ddf;
  -webkit-box-shadow: 1px 1px 3px 2px #225ddf;
  box-shadow:         1px 1px 3px 2px #225ddf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225ddf


Comments

No comments written yet.

Please login to write comment.