Color Hex Logo

#252c33 Color Hex

#252C33
(37,44,51)
0 Favorites   0 Comments

Color spaces of #252c33

RGB 374451
HSL0.580.160.17
HSV210°27°20°
CMYK 0.270.140.00   0.80
XYZ2.26122.43373.4825
Yxy2.43370.27650.2976
Hunter Lab15.6003-1.4277-2.3152
CIE-Lab17.6161-1.0931-5.5266

#252c33 color RGB value is (37,44,51).

#252c33 hex color red value is 37, green value is 44 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #252c33 hue: 0.58 , saturation: 0.16 and the lightness value of 252c33 is 0.17.

The process color (four color CMYK) of #252c33 color hex is 0.27, 0.14, 0.00, 0.80. Web safe color of #252c33 is #333333. Color #252c33 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101100 00110011
Octal 45 54 63
Decimal 37 44 51
Hex 25 2C 33

RGB Percentages of Color #252c33

%28.03
%33.33
%38.64

CMYK Percentages of Color #252c33

%27
%14
%0
%80

Triadic Colors of #252c33

#252c33 #33252c #2c3325

Analogous Colors of #252c33

#252c33 #252533 #253333

Monochromatic Colors of #252c33

#252c33

Complementary Color

#252c33 #332c25

#252c33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252c33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252c33 Color CSS Codes

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

#252c33 Text Font Color

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

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


#252c33 Background Color

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

This div background color is #252c33


#252c33 Border Color

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

This div border color is #252c33


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,44,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #252c33; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #252c33;
  -webkit-box-shadow: 1px 1px 3px 2px #252c33;
  box-shadow:         1px 1px 3px 2px #252c33; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,44,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252c33


Comments

No comments written yet.

Please login to write comment.