Color Hex Logo

#248adb Color Hex

#248ADB
(36,138,219)
0 Favorites   0 Comments

Color spaces of #248adb

RGB 36138219
HSL0.570.720.50
HSV207°84°86°
CMYK 0.840.370.00   0.14
XYZ22.602223.666570.3947
Yxy23.66650.19370.2029
Hunter Lab48.6482-2.2024-51.7397
CIE-Lab55.75230.4937-49.2269

#248adb color RGB value is (36,138,219).

#248adb hex color red value is 36, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #248adb hue: 0.57 , saturation: 0.72 and the lightness value of 248adb is 0.50.

The process color (four color CMYK) of #248adb color hex is 0.84, 0.37, 0.00, 0.14. Web safe color of #248adb is #3399cc. Color #248adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001010 11011011
Octal 44 212 333
Decimal 36 138 219
Hex 24 8A DB

RGB Percentages of Color #248adb

%9.16
%35.11
%55.73

CMYK Percentages of Color #248adb

%84
%37
%0
%14

Triadic Colors of #248adb

#248adb #db248a #8adb24

Analogous Colors of #248adb

#248adb #242fdb #24dbd1

Monochromatic Colors of #248adb

#248adb

Complementary Color

#248adb #db7524

#248adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#248adb Color CSS Codes

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

#248adb Text Font Color

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

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


#248adb Background Color

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

This div background color is #248adb


#248adb Border Color

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

This div border color is #248adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,138,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #248adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #248adb;
  -webkit-box-shadow: 1px 1px 3px 2px #248adb;
  box-shadow:         1px 1px 3px 2px #248adb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248adb


Comments

No comments written yet.

Please login to write comment.