Color Hex Logo

#248aaf Color Hex

#248AAF
(36,138,175)
0 Favorites   0 Comments

Color spaces of #248aaf

RGB 36138175
HSL0.540.660.41
HSV196°79°69°
CMYK 0.790.210.00   0.31
XYZ17.553921.647243.8106
Yxy21.64720.21150.2608
Hunter Lab46.5266-14.0756-23.2604
CIE-Lab53.6507-15.4784-27.5636

#248aaf color RGB value is (36,138,175).

#248aaf hex color red value is 36, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #248aaf hue: 0.54 , saturation: 0.66 and the lightness value of 248aaf is 0.41.

The process color (four color CMYK) of #248aaf color hex is 0.79, 0.21, 0.00, 0.31. Web safe color of #248aaf is #339999. Color #248aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001010 10101111
Octal 44 212 257
Decimal 36 138 175
Hex 24 8A AF

RGB Percentages of Color #248aaf

%10.32
%39.54
%50.14

CMYK Percentages of Color #248aaf

%79
%21
%0
%31

Triadic Colors of #248aaf

#248aaf #af248a #8aaf24

Analogous Colors of #248aaf

#248aaf #2445af #24af8f

Monochromatic Colors of #248aaf

#248aaf

Complementary Color

#248aaf #af4924

#248aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#248aaf Color CSS Codes

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

#248aaf Text Font Color

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

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


#248aaf Background Color

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

This div background color is #248aaf


#248aaf Border Color

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

This div border color is #248aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248aaf


Comments

No comments written yet.

Please login to write comment.