Color Hex Logo

#252334 Color Hex

#252334
(37,35,52)
0 Favorites   0 Comments

Color spaces of #252334

RGB 373552
HSL0.690.200.17
HSV247°33°20°
CMYK 0.290.330.00   0.80
XYZ1.98381.84333.5000
Yxy1.84330.27070.2516
Hunter Lab13.57682.3224-5.7807
CIE-Lab14.64245.5854-10.7597

#252334 color RGB value is (37,35,52).

#252334 hex color red value is 37, green value is 35 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #252334 hue: 0.69 , saturation: 0.20 and the lightness value of 252334 is 0.17.

The process color (four color CMYK) of #252334 color hex is 0.29, 0.33, 0.00, 0.80. Web safe color of #252334 is #333333. Color #252334 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100011 00110100
Octal 45 43 64
Decimal 37 35 52
Hex 25 23 34

RGB Percentages of Color #252334

%29.84
%28.23
%41.94

CMYK Percentages of Color #252334

%29
%33
%0
%80

Triadic Colors of #252334

#252334 #342523 #233425

Analogous Colors of #252334

#252334 #2e2334 #232a34

Monochromatic Colors of #252334

#252334

Complementary Color

#252334 #323423

#252334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252334 Color CSS Codes

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

#252334 Text Font Color

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

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


#252334 Background Color

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

This div background color is #252334


#252334 Border Color

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

This div border color is #252334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252334


Comments

No comments written yet.

Please login to write comment.