Color Hex Logo

#214853 Color Hex

#214853
(33,72,83)
0 Favorites   0 Comments

Color spaces of #214853

RGB 337283
HSL0.540.430.23
HSV193°60°33°
CMYK 0.600.130.00   0.67
XYZ4.50595.58269.0237
Yxy5.58260.23580.2921
Hunter Lab23.6275-7.3072-6.1045
CIE-Lab28.3340-10.1340-10.7597

#214853 color RGB value is (33,72,83).

#214853 hex color red value is 33, green value is 72 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #214853 hue: 0.54 , saturation: 0.43 and the lightness value of 214853 is 0.23.

The process color (four color CMYK) of #214853 color hex is 0.60, 0.13, 0.00, 0.67. Web safe color of #214853 is #333366. Color #214853 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001000 01010011
Octal 41 110 123
Decimal 33 72 83
Hex 21 48 53

RGB Percentages of Color #214853

%17.55
%38.30
%44.15

CMYK Percentages of Color #214853

%60
%13
%0
%67

Triadic Colors of #214853

#214853 #532148 #485321

Analogous Colors of #214853

#214853 #212f53 #215345

Monochromatic Colors of #214853

#214853

Complementary Color

#214853 #532c21

#214853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214853 Color CSS Codes

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

#214853 Text Font Color

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

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


#214853 Background Color

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

This div background color is #214853


#214853 Border Color

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

This div border color is #214853


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,72,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #214853; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #214853;
  -webkit-box-shadow: 1px 1px 3px 2px #214853;
  box-shadow:         1px 1px 3px 2px #214853; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214853


Comments

No comments written yet.

Please login to write comment.