Color Hex Logo

#024153 Color Hex

#024153
(2,65,83)
0 Favorites   0 Comments

Color spaces of #024153

RGB 26583
HSL0.540.950.17
HSV193°98°33°
CMYK 0.980.220.00   0.67
XYZ3.47674.41808.8531
Yxy4.41800.20760.2638
Hunter Lab21.0190-7.2581-10.2593
CIE-Lab25.0078-10.7814-15.9415

#024153 color RGB value is (2,65,83).

#024153 hex color red value is 2, green value is 65 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #024153 hue: 0.54 , saturation: 0.95 and the lightness value of 024153 is 0.17.

The process color (four color CMYK) of #024153 color hex is 0.98, 0.22, 0.00, 0.67. Web safe color of #024153 is #003366. Color #024153 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000001 01010011
Octal 2 101 123
Decimal 2 65 83
Hex 2 41 53

RGB Percentages of Color #024153

%1.33
%43.33
%55.33

CMYK Percentages of Color #024153

%98
%22
%0
%67

Triadic Colors of #024153

#024153 #530241 #415302

Analogous Colors of #024153

#024153 #021953 #02533d

Monochromatic Colors of #024153

#024153

Complementary Color

#024153 #531402

#024153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024153 Color CSS Codes

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

#024153 Text Font Color

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

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


#024153 Background Color

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

This div background color is #024153


#024153 Border Color

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

This div border color is #024153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024153


Comments

No comments written yet.

Please login to write comment.