Color Hex Logo

#248196 Color Hex

#248196
(36,129,150)
0 Favorites   0 Comments

Color spaces of #248196

RGB 36129150
HSL0.530.610.36
HSV191°76°59°
CMYK 0.760.140.00   0.41
XYZ14.082818.277631.6398
Yxy18.27760.22000.2856
Hunter Lab42.7523-16.0179-13.9523
CIE-Lab49.8311-19.1768-18.9692

#248196 color RGB value is (36,129,150).

#248196 hex color red value is 36, green value is 129 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #248196 hue: 0.53 , saturation: 0.61 and the lightness value of 248196 is 0.36.

The process color (four color CMYK) of #248196 color hex is 0.76, 0.14, 0.00, 0.41. Web safe color of #248196 is #339999. Color #248196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000001 10010110
Octal 44 201 226
Decimal 36 129 150
Hex 24 81 96

RGB Percentages of Color #248196

%11.43
%40.95
%47.62

CMYK Percentages of Color #248196

%76
%14
%0
%41

Triadic Colors of #248196

#248196 #962481 #819624

Analogous Colors of #248196

#248196 #244896 #249672

Monochromatic Colors of #248196

#248196

Complementary Color

#248196 #963924

#248196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#248196 Color CSS Codes

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

#248196 Text Font Color

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

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


#248196 Background Color

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

This div background color is #248196


#248196 Border Color

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

This div border color is #248196


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,129,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #248196; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #248196;
  -webkit-box-shadow: 1px 1px 3px 2px #248196;
  box-shadow:         1px 1px 3px 2px #248196; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,129,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248196


Comments

No comments written yet.

Please login to write comment.