Color Hex Logo

#248688 Color Hex

#248688
(36,134,136)
0 Favorites   0 Comments

Color spaces of #248688

RGB 36134136
HSL0.500.580.34
HSV181°74°53°
CMYK 0.740.010.00   0.47
XYZ13.696619.202826.2772
Yxy19.20280.23150.3245
Hunter Lab43.8210-20.8952-4.8785
CIE-Lab50.9236-26.3271-9.1336

#248688 color RGB value is (36,134,136).

#248688 hex color red value is 36, green value is 134 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #248688 hue: 0.50 , saturation: 0.58 and the lightness value of 248688 is 0.34.

The process color (four color CMYK) of #248688 color hex is 0.74, 0.01, 0.00, 0.47. Web safe color of #248688 is #339999. Color #248688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000110 10001000
Octal 44 206 210
Decimal 36 134 136
Hex 24 86 88

RGB Percentages of Color #248688

%11.76
%43.79
%44.44

CMYK Percentages of Color #248688

%74
%1
%0
%47

Triadic Colors of #248688

#248688 #882486 #868824

Analogous Colors of #248688

#248688 #245488 #248858

Monochromatic Colors of #248688

#248688

Complementary Color

#248688 #882624

#248688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#248688 Color CSS Codes

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

#248688 Text Font Color

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

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


#248688 Background Color

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

This div background color is #248688


#248688 Border Color

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

This div border color is #248688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248688


Comments

No comments written yet.

Please login to write comment.