Color Hex Logo

#2253af Color Hex

#2253AF
(34,83,175)
0 Favorites   0 Comments

Color spaces of #2253af

RGB 3483175
HSL0.610.670.41
HSV219°81°69°
CMYK 0.810.530.00   0.31
XYZ11.49089.621741.8090
Yxy9.62170.18260.1529
Hunter Lab31.018911.8415-58.2012
CIE-Lab37.154718.1183-53.7212

#2253af color RGB value is (34,83,175).

#2253af hex color red value is 34, green value is 83 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2253af hue: 0.61 , saturation: 0.67 and the lightness value of 2253af is 0.41.

The process color (four color CMYK) of #2253af color hex is 0.81, 0.53, 0.00, 0.31. Web safe color of #2253af is #336699. Color #2253af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01010011 10101111
Octal 42 123 257
Decimal 34 83 175
Hex 22 53 AF

RGB Percentages of Color #2253af

%11.64
%28.42
%59.93

CMYK Percentages of Color #2253af

%81
%53
%0
%31

Triadic Colors of #2253af

#2253af #af2253 #53af22

Analogous Colors of #2253af

#2253af #3822af #229aaf

Monochromatic Colors of #2253af

#2253af

Complementary Color

#2253af #af7e22

#2253af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2253af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2253af Color CSS Codes

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

#2253af Text Font Color

<p style="color:#2253af">Text here</p>

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


#2253af Background Color

<div style="background-color:#2253af">
Div content here</div>

This div background color is #2253af


#2253af Border Color

<div style="border:3px solid #2253af">
Div here</div>

This div border color is #2253af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,83,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2253af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2253af;
  -webkit-box-shadow: 1px 1px 3px 2px #2253af;
  box-shadow:         1px 1px 3px 2px #2253af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2253af


Comments

No comments written yet.

Please login to write comment.