Color Hex Logo

#235248 Color Hex

#235248
(35,82,72)
0 Favorites   0 Comments

Color spaces of #235248

RGB 358272
HSL0.460.400.23
HSV167°57°32°
CMYK 0.570.000.12   0.68
XYZ4.88016.85987.1978
Yxy6.85980.25770.3622
Hunter Lab26.1912-12.57552.0399
CIE-Lab31.4856-18.84171.0037

#235248 color RGB value is (35,82,72).

#235248 hex color red value is 35, green value is 82 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #235248 hue: 0.46 , saturation: 0.40 and the lightness value of 235248 is 0.23.

The process color (four color CMYK) of #235248 color hex is 0.57, 0.00, 0.12, 0.68. Web safe color of #235248 is #336633. Color #235248 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010010 01001000
Octal 43 122 110
Decimal 35 82 72
Hex 23 52 48

RGB Percentages of Color #235248

%18.52
%43.39
%38.10

CMYK Percentages of Color #235248

%57
%0
%12
%68

Triadic Colors of #235248

#235248 #482352 #524823

Analogous Colors of #235248

#235248 #234552 #235231

Monochromatic Colors of #235248

#235248

Complementary Color

#235248 #52232d

#235248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#235248 Color CSS Codes

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

#235248 Text Font Color

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

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


#235248 Background Color

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

This div background color is #235248


#235248 Border Color

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

This div border color is #235248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235248


Comments

No comments written yet.

Please login to write comment.