Color Hex Logo

#252630 Color Hex

#252630
(37,38,48)
0 Favorites   0 Comments

Color spaces of #252630

RGB 373848
HSL0.650.130.17
HSV235°23°19°
CMYK 0.230.210.00   0.81
XYZ1.98961.99293.0761
Yxy1.99290.28190.2823
Hunter Lab14.11700.4524-3.0374
CIE-Lab15.44992.2388-6.6890

#252630 color RGB value is (37,38,48).

#252630 hex color red value is 37, green value is 38 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #252630 hue: 0.65 , saturation: 0.13 and the lightness value of 252630 is 0.17.

The process color (four color CMYK) of #252630 color hex is 0.23, 0.21, 0.00, 0.81. Web safe color of #252630 is #333333. Color #252630 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100110 00110000
Octal 45 46 60
Decimal 37 38 48
Hex 25 26 30

RGB Percentages of Color #252630

%30.08
%30.89
%39.02

CMYK Percentages of Color #252630

%23
%21
%0
%81

Triadic Colors of #252630

#252630 #302526 #263025

Analogous Colors of #252630

#252630 #2a2530 #252c30

Monochromatic Colors of #252630

#252630

Complementary Color

#252630 #302f25

#252630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252630 Color CSS Codes

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

#252630 Text Font Color

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

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


#252630 Background Color

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

This div background color is #252630


#252630 Border Color

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

This div border color is #252630


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,38,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #252630; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #252630;
  -webkit-box-shadow: 1px 1px 3px 2px #252630;
  box-shadow:         1px 1px 3px 2px #252630; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252630


Comments

No comments written yet.

Please login to write comment.