Color Hex Logo

#248380 Color Hex

#248380
(36,131,128)
0 Favorites   0 Comments

Color spaces of #248380

RGB 36131128
HSL0.490.570.33
HSV178°73°51°
CMYK 0.730.000.02   0.49
XYZ12.740118.166223.2570
Yxy18.16620.23520.3354
Hunter Lab42.6218-21.2327-2.5169
CIE-Lab49.6971-27.2901-6.2824

#248380 color RGB value is (36,131,128).

#248380 hex color red value is 36, green value is 131 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #248380 hue: 0.49 , saturation: 0.57 and the lightness value of 248380 is 0.33.

The process color (four color CMYK) of #248380 color hex is 0.73, 0.00, 0.02, 0.49. Web safe color of #248380 is #339999. Color #248380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000011 10000000
Octal 44 203 200
Decimal 36 131 128
Hex 24 83 80

RGB Percentages of Color #248380

%12.20
%44.41
%43.39

CMYK Percentages of Color #248380

%73
%0
%2
%49

Triadic Colors of #248380

#248380 #802483 #838024

Analogous Colors of #248380

#248380 #245683 #248351

Monochromatic Colors of #248380

#248380

Complementary Color

#248380 #832427

#248380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#248380 Color CSS Codes

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

#248380 Text Font Color

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

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


#248380 Background Color

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

This div background color is #248380


#248380 Border Color

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

This div border color is #248380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248380

#248380 Color Palettes


Comments

No comments written yet.

Please login to write comment.